Narthex

Modular dictionary generator
git clone git@git.mcdim.xyz:/var/www/git/Narthex.git
Log | Files | Refs | README | LICENSE

commit 9fa551129ae5d6585422dfa8b593c6a00c3ebc7f
parent 92bda1ca6fe3a5bda11a9875a654d17b21a1688a
Author: Michael Constantine Dimopoulos <31562759+MichaelDim02@users.noreply.github.com>
Date:   Sat,  9 Oct 2021 19:08:03 +0000

Merge pull request #2 from spmedia/patch-1

Update nwiz.sh
Diffstat:
Mwiz/nwiz.sh | 4+++-
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;