diff options
Diffstat (limited to 'scripts/commands/:tord')
| -rwxr-xr-x | scripts/commands/:tord | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/commands/:tord b/scripts/commands/:tord new file mode 100755 index 0000000..83207fa --- /dev/null +++ b/scripts/commands/:tord @@ -0,0 +1,6 @@ +#!/usr/bin/env bash + +~/.bin/dsudo chown -R an:an /var/lib/tor; + +tor --runasdaemon 1 -f ~/.config/tor/torrc & disown; + |
