pack/dae/test.sh
2023-08-05 02:39:21 +08:00

8 lines
80 B
Bash

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