Simple utility to turn swipes into words -- "plugin" for wvkbd to enable swipe-typing under wayland SXMO.
Diffstat (limited to 'functions.sh')
-rw-r--r--functions.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/functions.sh b/functions.sh
deleted file mode 100644
index 440219b..0000000
--- a/functions.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-firstLetter(){
- echo "$1"|grep -o '^.'
-}
-lastLetter(){
- echo "$1"|grep -o '.$'
-}