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