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