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