mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-04-10 18:48:31 +02:00
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 $2.md
|
|
else
|
|
echo "Warning: pandoc not installed; can't generate manpages."
|
|
redo-always
|
|
fi
|