blob: c0e6d28e24b514d6b440f4b54b4db96ba55777a0 [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=5
#PBS -q batch
#print the time and date
date
#wait 10 seconds
sleep 10
#print the time and date again
date