cmd=$1
shift
case $# in
0) $SHOME/graph/bin/$cmd
	;;
*) $SHOME/graph/bin/$cmd "$@"
	;;
esac
