Skip to content

Commit 4c7c67f

Browse files
authored
Shell Script Comment Examples
1 parent f4116c2 commit 4c7c67f

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)