blob: b8391da262ce2d5d01e63a4427b0614aeb59c2f3 [file] [log] [blame]
#!/bin/sh
#
#This is an example script example.sh
#
#These commands set up the Grid Environment for your job:
#PBS -N date_sleep_date_test_job
#PBS -l nodes=3
#PBS -q batch
#print the time and date
date
#wait 120 seconds
sleep 120
#print the time and date again
date