# HG changeset patch # User Jeff Hammel # Date 1370701986 25200 # Node ID 5a0009051b1316a6a306f5453ca08ebec339e674 # Parent 18683536bc573b9e438050af0a39832b5f99c664 stub for self-writing script diff -r 18683536bc57 -r 5a0009051b13 bin/example/self-writing.sh --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bin/example/self-writing.sh Sat Jun 08 07:33:06 2013 -0700 @@ -0,0 +1,6 @@ +#!/bin/bash + +# illustrate self-writing script (example) + +path=`readlink $0` +tmp=`tempfile` \ No newline at end of file