From fe0db14722842df8ab2d683665ed420f6ca92942 Mon Sep 17 00:00:00 2001 From: roshnista <40450321+roshnista@users.noreply.github.com> Date: Sat, 27 Oct 2018 11:10:54 +0530 Subject: [PATCH] Update ifelse.sh --- ifelse.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ifelse.sh b/ifelse.sh index f62d4a9..e935653 100644 --- a/ifelse.sh +++ b/ifelse.sh @@ -1,7 +1,7 @@ #! /bin/bash a=10 -b=100 +b=20 if(($a>$b)) then