summaryrefslogtreecommitdiff
path: root/local/.local/scripts/quotes
diff options
context:
space:
mode:
authorRasmus <rasmus.luha@gmail.com>2023-06-11 20:25:41 +0300
committerRasmus <rasmus.luha@gmail.com>2023-06-11 20:25:41 +0300
commit305a17d60944ae9cdd43d8634417f3a459b3b15f (patch)
tree38da9d53f6dfc968898664eb45ff04d5d9acedf6 /local/.local/scripts/quotes
parent5ebb552b648af0f2ef83a0a534bce3f4f0678bc7 (diff)
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