summary refs log tree commit diff stats
path: root/scripts/init
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/init')
-rwxr-xr-xscripts/init13
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