OSDN Git Service

v2raya: backport upstream fixes
[v2raya/v2raya-openwrt.git] / v2ray-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