3 lines
67 B
Shell
3 lines
67 B
Shell
|
|
#!/usr/bin/env bash
|
||
|
|
|
||
|
|
ssh -o ObscureKeystrokeTiming=no -D 1337 "$1"
|