packages/utils/apk/test.sh
2021-06-15 17:47:11 +08:00

8 lines
90 B
Bash

#!/bin/sh
case "$1" in
"apk")
apk --version | grep "${2#*v}"
;;
esac