dae: copied from immortalwrt

This commit is contained in:
xinyangli 2024-05-22 11:44:24 +08:00
commit 6c536e3c19
Signed by: xin
SSH key fingerprint: SHA256:qZ/tzd8lYRtUFSrfBDBMcUqV4GHKxqeqRA3huItgvbk
4 changed files with 197 additions and 0 deletions

7
net/dae/test.sh Normal file
View file

@ -0,0 +1,7 @@
#!/bin/sh
case "$1" in
"dae")
dae --version | grep "$PKG_VERSION"
;;
esac