From 78b9951650925c50bc9e54030aa63b400ef7bcb1 Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Sat, 9 Oct 2021 06:08:38 -0400 Subject: firstComplete.sh: type the rest of the word --- firstComplete.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 firstComplete.sh (limited to 'firstComplete.sh') diff --git a/firstComplete.sh b/firstComplete.sh new file mode 100755 index 0000000..0a75e88 --- /dev/null +++ b/firstComplete.sh @@ -0,0 +1,3 @@ +#!/bin/sh +read -r word +sxmo_type.sh ${word:1} -- cgit 1.4.1