#!/bin/sh usage() { echo "USAGE: $0 "; exit 1; } if [ $# -lt 1 ]; then usage; fi SVN_COMMAND="$@" svn $SVN_COMMAND `cut -c8-`