Skip to content

Commit a042f49

Browse files
committed
added hello.sh file
0 parents  commit a042f49

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

hello.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/bin/bash
2+
3+
# This is a first code of shell scripting
4+
5+
echo "Let's start to learn shell scripting"
6+
7+
echo "Learn everday to upskill myself"
8+
9+
echo "It's beginning"

0 commit comments

Comments
 (0)