diff options
Diffstat (limited to 'rushs/tinyprintf/hello_world_shebang/hello.sh')
| -rwxr-xr-x | rushs/tinyprintf/hello_world_shebang/hello.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rushs/tinyprintf/hello_world_shebang/hello.sh b/rushs/tinyprintf/hello_world_shebang/hello.sh new file mode 100755 index 0000000..8dc4f64 --- /dev/null +++ b/rushs/tinyprintf/hello_world_shebang/hello.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +echo "Hello World!" |
