From 305a17d60944ae9cdd43d8634417f3a459b3b15f Mon Sep 17 00:00:00 2001 From: Rasmus Date: Sun, 11 Jun 2023 20:25:41 +0300 Subject: update --- local/.local/scripts/quotes | 7 ------- 1 file changed, 7 deletions(-) delete mode 100755 local/.local/scripts/quotes (limited to 'local/.local/scripts/quotes') diff --git a/local/.local/scripts/quotes b/local/.local/scripts/quotes deleted file mode 100755 index 2009c64..0000000 --- a/local/.local/scripts/quotes +++ /dev/null @@ -1,7 +0,0 @@ -#! /bin/bash - -SRC_FILE=~/.local/scripts/data/bigBoiQuotes.dat -RIDA=$(shuf -i 1-$[$(cat $SRC_FILE | wc -l)/4] | head -n1 ) -QUOTE=$(sed -n $[2*${RIDA}+1]p $SRC_FILE) -QUOTIST=$(sed -n $[2*${RIDA}+2]p $SRC_FILE) -echo $QUOTE $QUOTIST -- cgit v1.2.3