add scripts
This commit is contained in:
parent
1ee5e8f7bd
commit
e252cb7e78
3 changed files with 38 additions and 0 deletions
3
private_dot_local/bin/executable_sshtunnel.sh
Normal file
3
private_dot_local/bin/executable_sshtunnel.sh
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
ssh -o ObscureKeystrokeTiming=no -D 1337 "$1"
|
||||
Loading…
Reference in a new issue