mirror of
https://github.com/sshuttle/sshuttle.git
synced 2024-11-21 23:43:18 +01:00
0658c85ffe
Including a copy of minimal/do as 'do' in the top directory. To build, just run './do' or 'make'. This also builds the ui-macos directory automatically if you're on MacOS.
8 lines
175 B
Plaintext
8 lines
175 B
Plaintext
exec >&2
|
|
if pandoc </dev/null 2>/dev/null; then
|
|
pandoc -s -r markdown -w man -o $3 $1.md
|
|
else
|
|
echo "Warning: pandoc not installed; can't generate manpages."
|
|
redo-always
|
|
fi
|