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, 13 insertions, 0 deletions
diff --git a/scripts/init b/scripts/init
new file mode 100755
index 0000000..1ca1f12
--- /dev/null
+++ b/scripts/init
@@ -0,0 +1,13 @@
+#!/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
ik Agaram <vc@akkartik.com> 2019-05-10 11:18:56 -0700 committer Kartik Agaram <vc@akkartik.com> 2019-05-10 11:18:56 -0700 5150 - change interface for 'new-segment'' href='/akkartik/mu/commit/subx/053new-segment.subx?h=main&id=cdfb2dbfcf18cd2f23bf74199082392c3692a599'>cdfb2dbf ^
ee9a9237 ^
cdfb2dbf ^
6030d7e2 ^
ee9a9237 ^
6030d7e2 ^
ee9a9237 ^
cdfb2dbf ^


9d27e966 ^
431627b2 ^
9d27e966 ^
91dab3e1 ^
6030d7e2 ^

871d2227 ^
cdfb2dbf ^
ee9a9237 ^
6030d7e2 ^
91dab3e1 ^
cdfb2dbf ^

6030d7e2 ^
c98d4b1c ^
dd9ba09a ^
cdfb2dbf ^
f75f333f ^

6030d7e2 ^

cdfb2dbf ^







cf02c20b ^
cdfb2dbf ^
6030d7e2 ^
cdfb2dbf ^

91dab3e1 ^
6030d7e2 ^

871d2227 ^

e5cbbea4 ^
871d2227 ^
f75f333f ^
6030d7e2 ^
9b16f190 ^
cdfb2dbf ^
6030d7e2 ^
9b16f190 ^
6030d7e2 ^
9b16f190 ^
6030d7e2 ^
9b16f190 ^
6030d7e2 ^
9b16f190 ^
6030d7e2 ^
9b16f190 ^
871d2227 ^
ee9a9237 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90