Initial version.
[techtalk-pse.git] / examples / simple / 20-shell.sh
diff --git a/examples/simple/20-shell.sh b/examples/simple/20-shell.sh
new file mode 100755 (executable)
index 0000000..eb9341d
--- /dev/null
@@ -0,0 +1,9 @@
+#!/bin/bash -
+
+source functions
+
+cat > $HISTFILE <<EOF
+echo "This is a Tech Talk PSE example"
+EOF
+
+exec $TERMINAL