comparison bin/example/self-writing.sh @ 329:aae9b0776e60

another commit just to avoid a pointless traversal of non-tracked items
author Jeff Hammel <jhammel@mozilla.com>
date Sat, 08 Jun 2013 08:53:18 -0700
parents 5de727eb5dc0
children
comparison
equal deleted inserted replaced
328:5de727eb5dc0 329:aae9b0776e60
24 echo "Temporary file creation not successful" 24 echo "Temporary file creation not successful"
25 exit 1 25 exit 1
26 fi 26 fi
27 27
28 # echo last and current generation times for example 28 # echo last and current generation times for example
29 echo "This script last generated at Sat Jun 8 08:52:05 PDT 2013" 29 echo "This script last generated at Sat Jun 8 08:52:35 PDT 2013"
30 echo "Now: ${datestamp}" 30 echo "Now: ${datestamp}"
31 31
32 # move tmpfile -> script location via exec 32 # move tmpfile -> script location via exec
33 exec mv ${tmp} ${path} 33 exec mv ${tmp} ${path}