about summary refs log tree commit diff
path: root/functions.sh
diff options
context:
space:
mode:
authorZach DeCook <zachdecook@librem.one>2022-01-24 20:42:58 -0500
committerZach DeCook <zachdecook@librem.one>2022-01-24 21:05:33 -0500
commit42347937a7d554cc4ffad0851d2a2fc0452f93dc (patch)
tree2701388688f0d2a2e37233d2382b2448312b74ea /functions.sh
parenta8cb10f119b8f3244d003c6733cdd16c2079ab55 (diff)
downloadswipeGuess-0.2.0.tar.gz
Readme: Update for c rewrite v0.2.0
Remove old shell version because it's slow.
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 '.$'
-}