4 lines
72 B
Text
4 lines
72 B
Text
|
#!/bin/sh
|
||
|
|
||
|
ssh -o 'ProxyCommand corkscrew 192.168.100.10 3128 %h %p' $@
|