Added more to shell tutorial. Also added a hello world program
authorMilad Fatenejad <milad@flash.uchicago.edu>
Sun, 1 Apr 2012 21:09:31 +0000 (16:09 -0500)
committerW. Trevor King <wking@tremily.us>
Thu, 24 Oct 2013 02:50:38 +0000 (19:50 -0700)
W. Trevor King: I dropped everything from the original d25bc30 except
for the 1-Shell/hello addition.

1-Shell/hello [new file with mode: 0755]

diff --git a/1-Shell/hello b/1-Shell/hello
new file mode 100755 (executable)
index 0000000..cb2ad0f
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+echo "Hello, World"