From e2dd929cb8832ae573aa21779260a0fafe2340be Mon Sep 17 00:00:00 2001 From: Milad Fatenejad Date: Sun, 1 Apr 2012 16:09:31 -0500 Subject: [PATCH] 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. --- 1-Shell/hello | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 1-Shell/hello 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" -- 2.26.2