#! /bin/sh usage() { cat < EOF exit $1 } if test $# -ne 1; then usage 1 fi scrollkeeper-get-cl $1 scrollkeeper_cl.xml exit $?