7 lines
66 B
Bash
7 lines
66 B
Bash
#!/bin/bash
|
|
|
|
args=$@
|
|
is_sh_ver=v4.03
|
|
|
|
. /etc/v2ray/sh/src/init.sh
|