Skip to content

Commit

Permalink
all.do: add some hints about how to run sshuttle.
Browse files Browse the repository at this point in the history
This is mostly so that people know how to find the MacOS GUI app, which was
previously rather non-obvious.
  • Loading branch information
apenwarr committed Feb 27, 2011
1 parent 0658c85 commit 141d976
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions 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"

0 comments on commit 141d976

Please sign in to comment.