From 34adb3a7e676a43cd692b4da14398a7d1b0be822 Mon Sep 17 00:00:00 2001 From: Andinus Date: Wed, 8 Apr 2020 01:44:15 +0530 Subject: Prepare for next rewrite --- scripts/init | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 scripts/init (limited to 'scripts/init') 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 -- cgit 1.4.1-2-gfad0