Skip to content

Instantly share code, notes, and snippets.

@nilninull
Created April 3, 2022 11:49
Show Gist options
  • Save nilninull/f035e730ec03b8e3f31cdb31019c4c45 to your computer and use it in GitHub Desktop.
Save nilninull/f035e730ec03b8e3f31cdb31019c4c45 to your computer and use it in GitHub Desktop.
run-help assistant for pw-jack
if [ $# -eq 0 ]; then
man pw-jack
else
man $1
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment