From c006ba2ad828dca1d1c851bb2fbddd457fe577d9 Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Sat, 14 May 2022 23:40:35 -0400 Subject: addWord: helper utility --- addWord.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 addWord.sh (limited to 'addWord.sh') diff --git a/addWord.sh b/addWord.sh new file mode 100755 index 0000000..9c4168c --- /dev/null +++ b/addWord.sh @@ -0,0 +1,3 @@ +#!/bin/sh +cat ~/.local/share/sxmo/words.txt - > /tmp/unsortedwords.txt +mapScore ~/.local/share/sxmo/keyboard.map.tsv ~/.local/share/sxmo/words.txt -- cgit 1.4.1