mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-01-20 21:08:42 +01:00
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.
This commit is contained in:
parent
0658c85ffe
commit
141d9760b9
7
all.do
7
all.do
@ -1,4 +1,11 @@
|
|||||||
|
exec >&2
|
||||||
UI=
|
UI=
|
||||||
[ "$(uname)" = "Darwin" ] && UI=ui-macos/all
|
[ "$(uname)" = "Darwin" ] && UI=ui-macos/all
|
||||||
redo-ifchange sshuttle.8 $UI
|
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"
|
||||||
|
Loading…
Reference in New Issue
Block a user