Simple utility to turn swipes into words -- "plugin" for wvkbd to enable swipe-typing under wayland SXMO.
| -rwxr-xr-x | makeDir.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,7 @@ #!/bin/sh dir="$1" -rm $dir/* +mkdir -p "$dir" +rm "$dir/"* source "$(dirname "$0")/functions.sh" while read -r line; do fl=$(firstLetter "$line") |