Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 686f600 commit ae460aaCopy full SHA for ae460aa
add.sh
@@ -1,10 +1,12 @@
1
#!/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
+##################################################
+# 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
8
+# Author: Ankam Ravi Kumar
9
10
# START #
11
12
echo "addition of X+Y"
@@ -14,4 +16,4 @@ echo "Enter Y"
14
16
read Y
15
17
echo "X+Y = $X+$Y = $[ X+Y ]"
18
-# END #
19
+# END #
0 commit comments