Shell

使用重点

方法一:直接执行shell文件

/bin/sh test.shell
1

方法二:直接执行shell语句

/bin/sh -c "ls -al"
1

分离式隧道

允许您同时使用 VPN 连接和直接连接,这样可以让您在访问内部网络时不走 VPN。

sudo route add -net 10.117.0.0/16 10.117.228.254
1
Last Updated: 2023/4/24 13:33:14
Contributors: licong96