From a8cb437df8bf4a7747fa1df73012ff44feca78bb Mon Sep 17 00:00:00 2001 From: jasmine Date: Thu, 2 Jan 2025 17:47:47 +0800 Subject: [PATCH] add hello_world.sh --- bin/hello_world.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 bin/hello_world.sh diff --git a/bin/hello_world.sh b/bin/hello_world.sh new file mode 100755 index 0000000..94e0f20 --- /dev/null +++ b/bin/hello_world.sh @@ -0,0 +1,2 @@ +#!/bin/sh +echo "Hello World"