Skip to content

Instantly share code, notes, and snippets.

@terrycojones
Created May 5, 2016 10:02
Show Gist options
  • Save terrycojones/6e07bf608cf95bd96e792e279bf14f3c to your computer and use it in GitHub Desktop.
Save terrycojones/6e07bf608cf95bd96e792e279bf14f3c to your computer and use it in GitHub Desktop.
#!/bin/sh
case $# in
4)
jobId=$1
pdbFile=$2
;;
*) echo "Usage: `basename $0` jobId ...." >&2 ;;
esac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment