3 lines
72 B
Bash
Executable file
3 lines
72 B
Bash
Executable file
#!/bin/sh
|
|
|
|
ssh -o 'ProxyCommand corkscrew 192.168.100.10 3128 %h %p' $@
|