add uk_browser script
This commit is contained in:
parent
6c788b9b06
commit
d07ff09e7a
|
|
@ -0,0 +1,9 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
ssh -ND 12345 cal.glitch-in.space &
|
||||||
|
PROXY_PID=$!
|
||||||
|
|
||||||
|
waterfox -p Proxy
|
||||||
|
|
||||||
|
kill $PROXY_PID
|
||||||
|
|
||||||
Loading…
Reference in New Issue