OSDN Git Service

v2ray-core: add new package
[v2raya/v2raya-openwrt.git] / v2ray-core / test.sh
diff --git a/v2ray-core/test.sh b/v2ray-core/test.sh
new file mode 100644 (file)
index 0000000..ef751a9
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+case "$1" in
+       "v2ray-core")
+               v2ray version 2>&1 | grep "$PKG_VERSION"
+               ;;
+esac