We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5cbed1 commit b2a143dCopy full SHA for b2a143d
script.sh
@@ -1 +1,4 @@
1
-echo hello world
+#!/bin/bash
2
+echo "Hello, world!"
3
+read -p "What is your name? " name
4
+echo "Hello, ${name}!"
0 commit comments