mirror of
https://github.com/techarkit/shell-scripting-tutorial.git
synced 2025-07-25 01:28:51 +00:00
Create helloworld.sh
This commit is contained in:
9
helloworld.sh
Normal file
9
helloworld.sh
Normal 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 #
|
Reference in New Issue
Block a user