Skip to content

Commit

Permalink
feat: Added the bash scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
Suraj-kumar00 committed Jul 12, 2024
1 parent 8c92058 commit 1b43757
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Bash_Scripting/Scripts/Hello_Bash.sh
Original file line number Diff line number Diff line change
@@ -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'
Empty file.

0 comments on commit 1b43757

Please sign in to comment.