openwrt-feed/net/dae/test.sh

8 lines
80 B
Bash
Raw Permalink Normal View History

2024-05-22 03:44:24 +00:00
#!/bin/sh
case "$1" in
"dae")
dae --version | grep "$PKG_VERSION"
;;
esac