mirror of
https://github.com/openwrt/packages.git
synced 2025-02-07 04:39:51 +00:00
7 lines
79 B
Bash
7 lines
79 B
Bash
#!/bin/sh
|
|
case "$1" in
|
|
"ack")
|
|
ack --version | grep "$PKG_VERSION"
|
|
;;
|
|
esac
|