From 1c9db1aaf434d29ee7c6ce293f07cae85afa72a4 Mon Sep 17 00:00:00 2001 From: jnats Date: Sat, 1 May 2021 20:55:18 +0100 Subject: added new quip --- nofetch | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/nofetch b/nofetch index d383fa5..cf3816f 100755 --- a/nofetch +++ b/nofetch @@ -2,13 +2,13 @@ if [[ $1 == "" ]]; then - rng=$((1 + $RANDOM % 11 )) + rng=$((1 + $RANDOM % 12 )) else - if [[ $1 -lt 12 ]]; + if [[ $1 -lt 13 ]]; then rng=$1 else - rng=$((1 + $RANDOM % 11 )) + rng=$((1 + $RANDOM % 12 )) fi fi @@ -56,6 +56,9 @@ then elif [ $rng -eq 11 ] then nofetch="i use "$osname" btw" +elif [ $rng -eq 12 ] +then + nofetch="if you're reading this, it's already too late" else nofetch="something has gone terribly wrong" fi -- cgit v1.2.3