Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0694fdb

Browse files
author
Ankam Ravi Kumar
authored
Create helloworld.sh
1 parent 81834e9 commit 0694fdb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

helloworld.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/bin/bash
2+
#Purpose: This is the Sample template File
3+
#Version: 1.0
4+
#Created Date: Thu May 3 11:55:43 IST 2018
5+
#Modified Date:
6+
#Author: Ankam Ravi Kumar
7+
# START #
8+
echo "Testing template file"
9+
# END #

0 commit comments

Comments
 (0)