#!/bin/sh usage() { echo "toot-wrapper " exit 2 } [ -z "$1" ] \ && usage [ ! -z "$2" ] \ && EXTRA="-q $2" menu() { cat <