2 lines
51 B
Bash
2 lines
51 B
Bash
#!/bin/sh
|
|
exec /usr/bin/tor -f /etc/tor/torrc 2>&1
|
#!/bin/sh
|
|
exec /usr/bin/tor -f /etc/tor/torrc 2>&1
|