summaryrefslogtreecommitdiff
path: root/local/.local/scripts/quotes
diff options
context:
space:
mode:
Diffstat (limited to 'local/.local/scripts/quotes')
-rwxr-xr-xlocal/.local/scripts/quotes7
1 files changed, 0 insertions, 7 deletions
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