[tor-commits] [torsocks/master] Add verbose output before starting torified shell
ioerror at torproject.org
ioerror at torproject.org
Sun Jan 27 21:37:48 UTC 2013
commit 2c6679aed5d21bafcdf30d98fabff76b566c38aa
Author: Jacob Appelbaum <jacob at appelbaum.net>
Date: Tue Nov 6 17:18:11 2012 -0800
Add verbose output before starting torified shell
---
src/torsocks.in | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/torsocks.in b/src/torsocks.in
index a3137fb..94a7b8f 100755
--- a/src/torsocks.in
+++ b/src/torsocks.in
@@ -123,6 +123,7 @@ case "$1" in
if [ $# = 0 ]
then
+ echo "torsocks: new torified shell coming right up..."
${SHELL:-/bin/sh}
fi
More information about the tor-commits
mailing list