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