Mercurial > hg > config
changeset 322:19b5bf66ba4e
example
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Sat, 08 Jun 2013 08:28:13 -0700 |
parents | c64406cdcee1 |
children | b2924a3ae4f3 |
files | bin/example/self-writing.sh |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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