Skip to content

Commit 88f1a28

Browse files
committed
Update Shell/hello_world.sh
1 parent 6db6505 commit 88f1a28

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Shell/hello_world.sh

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
read -p "May I know your name please? " name
2+
echo "Hello $name, let us be friends"
3+

0 commit comments

Comments
 (0)