mirror of
https://github.com/techarkit/shell-scripting-tutorial.git
synced 2025-07-25 01:28:51 +00:00
Update add.sh
This commit is contained in:
16
add.sh
16
add.sh
@ -1,10 +1,12 @@
|
||||
#!/bin/bash
|
||||
#Purpose: eval command Evaluating twice
|
||||
#Version:1.0
|
||||
#Created Date: Wed Jun 13 22:09:59 IST 2018
|
||||
#Modified Date:
|
||||
#WebSite: https://arkit.co.in
|
||||
#Author: Ankam Ravi Kumar
|
||||
##################################################
|
||||
# Purpose: eval command Evaluating twice
|
||||
# Version:1.0
|
||||
# Created Date: Wed Jun 13 22:09:59 IST 2018
|
||||
# Modified Date:
|
||||
# WebSite: https://arkit.co.in
|
||||
# Author: Ankam Ravi Kumar
|
||||
##################################################
|
||||
# START #
|
||||
|
||||
echo "addition of X+Y"
|
||||
@ -14,4 +16,4 @@ echo "Enter Y"
|
||||
read Y
|
||||
echo "X+Y = $X+$Y = $[ X+Y ]"
|
||||
|
||||
# END #
|
||||
# END #
|
||||
|
Reference in New Issue
Block a user