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