6 usage="Usage: \"$scriptname [-h] [-s status] ticket [...]\""
8 while getopts "s:h" options; do
11 h ) echo "$usage"; exit 0;;
19 shift $(expr $OPTIND - 1)
23 for ticket in "$@"; do
24 tickets="$tickets ticket/$ticket"
27 athrun tooltime rt edit $tickets set "status=$status"