#!/bin/sh . avahi-sh-functions if [ $# -eq 0 ]; then echo "Usage: ${0##*/} command args" exit 1 fi command="$1" && shift "$command" "$@"