diff options
author | Andinus <andinus@nand.sh> | 2020-04-08 01:44:15 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-04-08 01:44:15 +0530 |
commit | 34adb3a7e676a43cd692b4da14398a7d1b0be822 (patch) | |
tree | 52d071f21eda3fdeb9768ecefb41df1c7ee551e8 /scripts/init | |
parent | 47d22337b3a178b14e1cac287799f2c9dfb336e6 (diff) | |
download | grus-34adb3a7e676a43cd692b4da14398a7d1b0be822.tar.gz |
Prepare for next rewrite
Diffstat (limited to 'scripts/init')
-rwxr-xr-x | scripts/init | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/scripts/init b/scripts/init deleted file mode 100755 index 1ca1f12..0000000 --- a/scripts/init +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh - -# Download the list of words. -curl -o /tmp/words.txt \ - https://raw.githubusercontent.com/dwyl/english-words/master/words.txt - -# Make the script executable. -chmod +x grus-add - -# Add those words to the database. -./grus-add \ - -d $HOME/.local/share/grus/grus.db \ - -f /tmp/words.txt |