dae: copied from immortalwrt
This commit is contained in:
commit
6c536e3c19
4 changed files with 197 additions and 0 deletions
7
net/dae/test.sh
Normal file
7
net/dae/test.sh
Normal file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
case "$1" in
|
||||
"dae")
|
||||
dae --version | grep "$PKG_VERSION"
|
||||
;;
|
||||
esac
|
Loading…
Add table
Add a link
Reference in a new issue