From 141d9760b98c574dd05b9a1e047089034848ec91 Mon Sep 17 00:00:00 2001 From: Avery Pennarun Date: Sat, 26 Feb 2011 18:14:06 -0800 Subject: 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. --- all.do | 7 +++++++ 1 file changed, 7 insertions(+) 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" -- cgit v1.2.3