From 9cb04e3774540507295a411ddded6320bdc5549e Mon Sep 17 00:00:00 2001 From: Klaus-Uwe Mitterer Date: Wed, 10 Dec 2014 02:14:50 +0100 Subject: [PATCH] Make it more exponential --- mimimi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mimimi.sh b/mimimi.sh index 8654a10..3033f62 100755 --- a/mimimi.sh +++ b/mimimi.sh @@ -26,7 +26,7 @@ while true; printf '\n'; if [[ $1 = -e ]] - then i=$((i*2)) + then i=$((i*i)) else i=$((i+1)) fi