Skip to content

Commit b2a143d

Browse files
authored
Update script.sh
1 parent d5cbed1 commit b2a143d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

script.sh

+4-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
echo hello world
1+
#!/bin/bash
2+
echo "Hello, world!"
3+
read -p "What is your name? " name
4+
echo "Hello, ${name}!"

0 commit comments

Comments
 (0)