mirror of
https://github.com/novatiq/packages.git
synced 2026-04-28 06:44:40 +01:00
3db3ed5c59
Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
8 lines
85 B
Bash
8 lines
85 B
Bash
#!/bin/sh
|
|
|
|
case "$1" in
|
|
"xray-core")
|
|
xray version 2>&1 | grep "${2#*v}"
|
|
;;
|
|
esac
|