summaryrefslogtreecommitdiff
path: root/rushs/evalexpr/hello_world_shebang/hello.sh
diff options
context:
space:
mode:
Diffstat (limited to 'rushs/evalexpr/hello_world_shebang/hello.sh')
-rwxr-xr-xrushs/evalexpr/hello_world_shebang/hello.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/rushs/evalexpr/hello_world_shebang/hello.sh b/rushs/evalexpr/hello_world_shebang/hello.sh
new file mode 100755
index 0000000..8dc4f64
--- /dev/null
+++ b/rushs/evalexpr/hello_world_shebang/hello.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+echo "Hello World!"