This website requires JavaScript.
Explore
Help
Sign in
binaryDiv
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
1
Pull requests
Projects
Releases
Wiki
Activity
bd43dae1c4
dotfiles
/
bin
/
uk_browser
10 lines
101 B
Text
Raw
Normal View
History
Unescape
Escape
add uk_browser script
2020-07-12 02:39:13 +02:00
#!/bin/bash
bin/uk_browser: add username
2020-08-11 18:40:24 +02:00
ssh -ND 12345 lexi@cal.binarydiv.de &
add uk_browser script
2020-07-12 02:39:13 +02:00
PROXY_PID=$!
waterfox -p Proxy
kill $PROXY_PID
Reference in a new issue
Copy permalink