1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-20 15:48:40 +02:00
openwrt-packages/lang/perl-ack/test.sh
Tianling Shen c7acc8414a
perl-ack: add new package
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-05-28 22:54:51 +08:00

7 lines
79 B
Bash

#!/bin/sh
case "$1" in
"ack")
ack --version | grep "$PKG_VERSION"
;;
esac