Files
shell-scripting-tutorial/helloworld.sh
Ankam Ravi Kumar 0694fdb557 Create helloworld.sh
2018-05-17 23:17:21 +05:30

10 lines
201 B
Bash

#!/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 #