#!/bin/bash # Set up options for the SGE software # these lines are a hash and a dollar sign # Use current working directory #$ -cwd # Set the shell #$ -S /bin/bash # Put commands to run here! date echo "Hello World!"