This website requires JavaScript.
Explore
Help
Register
Sign In
nakidai
/
whoogle-search
Watch
1
Star
0
Fork
You've already forked whoogle-search
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
0a6575d219
whoogle-search
/
config
/
tor
/
start-tor.sh
8 lines
104 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
if
[
"
$(
whoami
)
"
!
=
"root"
]
;
then
tor -f /etc/tor/torrc
else
service tor start
fi
Reference in New Issue
View Git Blame
Copy Permalink