Skip to content

Commit

Permalink
Fix check command
Browse files Browse the repository at this point in the history
A recent commit deleted the 'echo'
  • Loading branch information
Mathnerd314 committed Jan 29, 2016
1 parent a3c707d commit 4fd937c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solution
Original file line number Diff line number Diff line change
@@ -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 && CORRECT\! GREAT WORK, GUMSHOE. || echo SORRY, TRY AGAIN.
echo "John Doe" | $(command -v md5 || command -v md5sum) | grep -qf /dev/stdin solution && echo 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:

Expand Down

0 comments on commit 4fd937c

Please sign in to comment.