diff --git a/Bash_Scripting/Scripts/Hello_Bash.sh b/Bash_Scripting/Scripts/Hello_Bash.sh new file mode 100644 index 0000000..cbd50ca --- /dev/null +++ b/Bash_Scripting/Scripts/Hello_Bash.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +# A script that will print out a message + +# The echo command is used to print out a message on display + +echo 'Hello Bash bro' diff --git a/Bash_Scripting/Scripts/README.md b/Bash_Scripting/Scripts/README.md new file mode 100644 index 0000000..e69de29