changeset 320:5a0009051b13

stub for self-writing script
author Jeff Hammel <jhammel@mozilla.com>
date Sat, 08 Jun 2013 07:33:06 -0700
parents 18683536bc57
children c64406cdcee1
files bin/example/self-writing.sh
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /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