Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions solution
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
Checking Your Answer on Mac/Linux:

Copy and paste the following command, replace John Doe with the suspect's name you want to check, and execute it from inside the main clmystery directory:
Make the solution.sh file in the clmystery directory executable with:

sudo chmod ug+x solution.sh

Then run it with:

echo "John Doe" | $(command -v md5 || command -v md5sum) | grep -qif /dev/stdin encoded && echo CORRECT\! GREAT WORK, GUMSHOE. || echo SORRY, TRY AGAIN.
./solution.sh

Checking Your Answer on Windows:

Expand Down