6 lines
68 B
Bash
6 lines
68 B
Bash
#!/bin/bash
|
|
|
|
args=$@
|
|
is_sh_ver=v1.18
|
|
|
|
. /etc/sing-box/sh/src/init.sh |