projects
/
swc-workshop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(initial)
Added more to shell tutorial. Also added a hello world program
author
Milad Fatenejad
<milad@flash.uchicago.edu>
Sun, 1 Apr 2012 21:09:31 +0000
(16:09 -0500)
committer
W. 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]
patch
|
blob
diff --git a/1-Shell/hello
b/1-Shell/hello
new file mode 100755
(executable)
index 0000000..
cb2ad0f
--- /dev/null
+++ b/
1-Shell/hello
@@ -0,0
+1,3
@@
+#!/bin/bash
+
+echo "Hello, World"