add uk_browser script
This commit is contained in:
parent
6c788b9b06
commit
d07ff09e7a
1 changed files with 9 additions and 0 deletions
9
bin/uk_browser
Executable file
9
bin/uk_browser
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
ssh -ND 12345 cal.glitch-in.space &
|
||||
PROXY_PID=$!
|
||||
|
||||
waterfox -p Proxy
|
||||
|
||||
kill $PROXY_PID
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue