Tweaking success wording

This commit is contained in:
Noah 2016-01-29 12:53:31 -05:00
parent 5a9a78246e
commit a3c707d2cc

View File

@ -1,6 +1,6 @@
To check your answer, copy and paste this command, replace John Doe with the suspect's name you want to check, and execute it from inside the main clmystery directory:
echo "John Doe" | $(command -v md5 || command -v md5sum) | grep -qf /dev/stdin solution && echo SUCCESS\! || echo WRONG ANSWER, TRY AGAIN.
echo "John Doe" | $(command -v md5 || command -v md5sum) | grep -qf /dev/stdin solution && CORRECT\! GREAT WORK, GUMSHOE. || echo SORRY, TRY AGAIN.
To give up and view the correct answer, copy and paste this command and execute it from inside the main clmystery directory: