add hello_world.sh

This commit is contained in:
♥ Minnie ♥ 2025-01-02 17:47:47 +08:00
parent 9a147f3e78
commit a8cb437df8
Signed by: jasmine
GPG key ID: 8563E358D4E8040E

2
bin/hello_world.sh Executable file
View file

@ -0,0 +1,2 @@
#!/bin/sh
echo "Hello World"