mirror of
https://github.com/kenzok8/small-package
synced 2025-01-07 07:06:58 +08:00
8 lines
80 B
Bash
8 lines
80 B
Bash
#!/bin/sh
|
|
|
|
case "$1" in
|
|
"dae")
|
|
dae --version | grep "$PKG_VERSION"
|
|
;;
|
|
esac
|