summaryrefslogtreecommitdiffstats
path: root/all.do
diff options
context:
space:
mode:
Diffstat (limited to 'all.do')
-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"