Skip to content

Instantly share code, notes, and snippets.

View enoki003's full-sized avatar

Yuhi Sonoki enoki003

View GitHub Profile
manopt() {
local page="$1"
local opt="$2"
if [ -z "$page" ] || [ -z "$opt" ]; then
echo "usage: manopt <command> <option>" >&2
echo "example: manopt ping -c" >&2
return 2
fi