# HG changeset patch # User Jeff Hammel # Date 1370705293 25200 # Node ID 19b5bf66ba4e44ecbffb046928d79d02f25c5e5d # Parent c64406cdcee101f3621263aaf2b963b43e290102 example diff -r c64406cdcee1 -r 19b5bf66ba4e bin/example/self-writing.sh --- a/bin/example/self-writing.sh Sat Jun 08 08:26:37 2013 -0700 +++ b/bin/example/self-writing.sh Sat Jun 08 08:28:13 2013 -0700 @@ -12,4 +12,6 @@ # avoiding -i for safety sed 's/\(echo \"'"${nonce}"'\).*\"/\1'"${datestamp}"'\"/' ${path} > ${tmp} -echo "This script regenerated at " \ No newline at end of file +# echo last and current generation times for example +echo "This script last generated at (None)" +echo "Now: ${datestamp}" \ No newline at end of file