diff --git a/hello.sh b/hello.sh
new file mode 100755
index 0000000000000000000000000000000000000000..28524460764c61e2d260f9917cfb602a53b9b9d6
--- /dev/null
+++ b/hello.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+echo "Hello world!"
+