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