From: Milad Fatenejad Date: Sun, 1 Apr 2012 21:09:31 +0000 (-0500) Subject: Added more to shell tutorial. Also added a hello world program X-Git-Url: http://git.tremily.us/?p=swc-modular-shell-hello.git;a=commitdiff_plain;h=e2dd929cb8832ae573aa21779260a0fafe2340be Added more to shell tutorial. Also added a hello world program W. Trevor King: I dropped everything from the original d25bc30 except for the 1-Shell/hello addition. --- e2dd929cb8832ae573aa21779260a0fafe2340be diff --git a/1-Shell/hello b/1-Shell/hello new file mode 100755 index 0000000..cb2ad0f --- /dev/null +++ b/1-Shell/hello @@ -0,0 +1,3 @@ +#!/bin/bash + +echo "Hello, World"