OSDN Git Service

ef751a98a189a5cd6bae8666c1d7dec89e6b59cc
[v2raya/v2raya-openwrt.git] / v2ray-v5-core / test.sh
1 #!/bin/sh
2
3 case "$1" in
4         "v2ray-core")
5                 v2ray version 2>&1 | grep "$PKG_VERSION"
6                 ;;
7 esac