mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
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
|