Skip to content

Commit f5d98a2

Browse files
authored
Merge pull request #391 from Sourabh950/master
added hello world in bash
2 parents 85d7c8b + fdcdfdb commit f5d98a2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bash/hello.sh

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
3+
echo Hello World # This is how we add comment in the bash file.
4+

0 commit comments

Comments
 (0)