openwrt_helloworld/daed/test.sh
gitea-action 0a68867e2e daed: sync upstream
Signed-off-by: gitea-action <git@cooluc.com>
2024-10-13 22:14:05 +08:00

8 lines
82 B
Bash

#!/bin/sh
case "$1" in
"daed")
daed --version | grep "$PKG_VERSION"
;;
esac