mirror of
https://github.com/openwrt/packages.git
synced 2025-02-07 03:29:52 +00: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
|