Skip to content

Commit ae460aa

Browse files
author
Ankam Ravi Kumar
authored
Update add.sh
1 parent 686f600 commit ae460aa

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

add.sh

+9-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
#!/bin/bash
2-
#Purpose: eval command Evaluating twice
3-
#Version:1.0
4-
#Created Date: Wed Jun 13 22:09:59 IST 2018
5-
#Modified Date:
6-
#WebSite: https://arkit.co.in
7-
#Author: Ankam Ravi Kumar
2+
##################################################
3+
# Purpose: eval command Evaluating twice
4+
# Version:1.0
5+
# Created Date: Wed Jun 13 22:09:59 IST 2018
6+
# Modified Date:
7+
# WebSite: https://arkit.co.in
8+
# Author: Ankam Ravi Kumar
9+
##################################################
810
# START #
911

1012
echo "addition of X+Y"
@@ -14,4 +16,4 @@ echo "Enter Y"
1416
read Y
1517
echo "X+Y = $X+$Y = $[ X+Y ]"
1618

17-
# END #
19+
# END #

0 commit comments

Comments
 (0)