Skip to content

Commit

Permalink
Added Hello World and Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Prateek Bhaisora authored and Prateek Bhaisora committed Jan 22, 2024
1 parent 151273c commit a15241d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 01_basic.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

echo "Hello World"
14 changes: 14 additions & 0 deletions 02_comments.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/bin/bash

echo "Checking Comments"

# This is a single line comment

<<comment
This
is
an
example of
multi-
line comments
comment

0 comments on commit a15241d

Please sign in to comment.