Added more to shell tutorial. Also added a hello world program
[swc-modular-shell-hello.git] / 1-Shell / hello
1 #!/bin/bash
2
3 echo "Hello, World"