#!/bin/sh # . /sge/default/common/settings.sh if [ $# -lt 1 ]; then echo "Usage: $0 [jobnumber]" exit 0 fi qdel ${@}