update 2024-03-22 04:16:44

This commit is contained in:
kenzok8 2024-03-22 04:16:44 +08:00
parent 8e71647b25
commit 7d42d543ca
1 changed files with 7 additions and 0 deletions

7
daed/test.sh Normal file
View File

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