mirror of
https://github.com/techarkit/shell-scripting-tutorial.git
synced 2026-01-14 03:01:42 +00:00
Create myfirstscript.sh
This commit is contained in:
13
myfirstscript.sh
Normal file
13
myfirstscript.sh
Normal file
@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
#Purpose: This is my first script in this shell scripting video tutorial
|
||||
#Date: Wed May 2 17:10:13 IST 2018
|
||||
#Author: Ankam Ravi Kumar
|
||||
#Version: 1.0
|
||||
#Modified Date:
|
||||
#Modified by:
|
||||
|
||||
# START
|
||||
echo "Welcome $USER"
|
||||
echo "Your present working directory is `pwd`"
|
||||
echo "Today date is `date`"
|
||||
# END
|
||||
Reference in New Issue
Block a user