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 | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/makeDir.sh b/makeDir.sh deleted file mode 100755 index 5c2d5c0..0000000 --- a/makeDir.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -dir="$1" -mkdir -p "$dir" -rm "$dir/"* -source "$(dirname "$0")/functions.sh" -while read -r line; do - fl=$(firstLetter "$line") - ll=$(lastLetter "$line") - echo "$line" >> "$dir/$fl$ll" -done |