mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-02 01:59:24 +08:00
7 lines
79 B
Bash
7 lines
79 B
Bash
#!/bin/sh
|
|
case "$1" in
|
|
"ack")
|
|
ack --version | grep "$PKG_VERSION"
|
|
;;
|
|
esac
|