mirror of
https://github.com/techarkit/shell-scripting-tutorial.git
synced 2025-07-25 01:28:51 +00:00
10 lines
201 B
Bash
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 #
|