diff options
author | root <root@darth_serious> | 2014-05-12 16:31:10 +0200 |
---|---|---|
committer | root <root@darth_serious> | 2014-05-12 16:31:10 +0200 |
commit | 17f3fc71f06f4b27ee3831114dcca7b80384e334 (patch) | |
tree | 462cb51535ebbe85903d5281816e242d4c46c1e7 /elchos/commands/onion | |
parent | e99776a9a3eaf65a5d0a17182c11f08a88a5092f (diff) |
elchos is now a Reaktor submodule
Diffstat (limited to 'elchos/commands/onion')
-rwxr-xr-x | elchos/commands/onion | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/elchos/commands/onion b/elchos/commands/onion new file mode 100755 index 0000000..1a20299 --- /dev/null +++ b/elchos/commands/onion @@ -0,0 +1,3 @@ +#!/bin/sh + +sudo -u tor /krebs/bin/tor-get-hidden-service.sh || echo "no hidden service configured" |