comparison bin/example/self-writing.sh @ 320:5a0009051b13

stub for self-writing script
author Jeff Hammel <jhammel@mozilla.com>
date Sat, 08 Jun 2013 07:33:06 -0700
parents
children c64406cdcee1
comparison
equal deleted inserted replaced
319:18683536bc57 320:5a0009051b13
1 #!/bin/bash
2
3 # illustrate self-writing script (example)
4
5 path=`readlink $0`
6 tmp=`tempfile`