add uk_browser script

This commit is contained in:
Lexi / Zoe 2020-07-12 02:39:13 +02:00
parent 6c788b9b06
commit d07ff09e7a
Signed by: binaryDiv
GPG key ID: F8D4956E224DA232

9
bin/uk_browser Executable file
View file

@ -0,0 +1,9 @@
#!/bin/bash
ssh -ND 12345 cal.glitch-in.space &
PROXY_PID=$!
waterfox -p Proxy
kill $PROXY_PID