summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAvery Pennarun <apenwarr@gmail.com>2011-02-26 18:14:06 -0800
committerAvery Pennarun <apenwarr@gmail.com>2011-02-26 18:16:44 -0800
commit141d9760b98c574dd05b9a1e047089034848ec91 (patch)
tree7260829401c532a099978564a08da19addf7cb77
parent0658c85ffe322812f7bfef364ee9e5f572d5a04f (diff)
all.do: add some hints about how to run sshuttle.
This is mostly so that people know how to find the MacOS GUI app, which was previously rather non-obvious.
-rw-r--r--all.do7
1 files changed, 7 insertions, 0 deletions
diff --git a/all.do b/all.do
index 7a7f6b9..7ee8426 100644
--- a/all.do
+++ b/all.do
@@ -1,4 +1,11 @@
+exec >&2
UI=
[ "$(uname)" = "Darwin" ] && UI=ui-macos/all
redo-ifchange sshuttle.8 $UI
+echo
+echo "What now?"
+[ -z "$UI" ] || echo "- Try the MacOS GUI: open ui-macos/Sshuttle*.app"
+echo "- Run sshuttle: ./sshuttle --dns -r HOSTNAME 0/0"
+echo "- Read the README: less README.md"
+echo "- Read the man page: less sshuttle.md"