Create helloworld.sh

This commit is contained in:
Ankam Ravi Kumar
2018-05-17 23:17:21 +05:30
committed by GitHub
parent 81834e98ee
commit 0694fdb557

9
helloworld.sh Normal file
View File

@ -0,0 +1,9 @@
#!/bin/bash
#Purpose: This is the Sample template File
#Version: 1.0
#Created Date: Thu May 3 11:55:43 IST 2018
#Modified Date:
#Author: Ankam Ravi Kumar
# START #
echo "Testing template file"
# END #