coolsnowwolf-packages/net/dae/test.sh
2024-10-19 18:41:33 +08:00

8 lines
80 B
Bash

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