Skip to content

Commit 65f8dbd

Browse files
authored
Merge pull request easyawslearn#1 from Patelvijaykumar/Patelvijaykumar-patch-1
Shell Script Comment Examples added
2 parents f4116c2 + 4c7c67f commit 65f8dbd

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Comment-example.sh

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
#!/bin/bash
2+
3+
4+
#single line comment example
5+
6+
echo "single line comment example using # "
7+
8+
echo "multiline comment comment exmple using"
9+
10+
echo "multiline comment example <<COMMENT COMMENT"
11+
<<COMMENT1
12+
13+
Multiline comment example
14+
15+
COMMENT1

0 commit comments

Comments
 (0)