mirror of
https://github.com/kenzok8/small-package.git
synced 2026-01-14 03:14: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
|