commit c70f31691525d2372791a25bc7c9dabea7b2296b
parent 92bda1ca6fe3a5bda11a9875a654d17b21a1688a
Author: Edmond Major III <1646728+spmedia@users.noreply.github.com>
Date: Sat, 9 Oct 2021 14:03:23 -0500
Update nwiz.sh
- Add in Current City field. For putting the current city they are located in.
- Fix typo of Spouce -> to Spouse
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/wiz/nwiz.sh b/wiz/nwiz.sh
@@ -17,7 +17,9 @@ echo -n "Phone number: "
read phn; echo "$phn" >> /tmp/nrthxtmp;
echo -n "Pet name: "
read pn; echo "$pn" >> /tmp/nrthxtmp;
-echo -n "Spouce name: "
+echo -n "Current City: "
+read pn; echo "$cy" >> /tmp/nrthxtmp;
+echo -n "Spouse name: "
read sn; echo "$sn" >> /tmp/nrthxtmp;
echo "Other keywords (separated by space): "
read o; echo "$o"| tr " " "\n" >> /tmp/nrthxtmp;