diff --git a/clmystery b/clmystery new file mode 160000 index 000000000..2554d4573 --- /dev/null +++ b/clmystery @@ -0,0 +1 @@ +Subproject commit 2554d45730285bfea162a7c603bb963b640b7374 diff --git a/jail.txt b/jail.txt new file mode 100644 index 000000000..462229a4f --- /dev/null +++ b/jail.txt @@ -0,0 +1 @@ +Jeremy Bowers diff --git a/mystery/clues.txt b/mystery/clues.txt new file mode 100644 index 000000000..4cb9d27fe --- /dev/null +++ b/mystery/clues.txt @@ -0,0 +1,3 @@ +CLUE: Footage from an ATM security camera is blurry but shows that the perpetrator is a tall male, at least 6'. +CLUE: Found a wallet believed to belong to the killer: no ID, just loose change, and membership cards for AAA, Delta SkyMiles, the local library, and the Museum of Bash History. The cards are totally untraceable and have no name, for some reason. +CLUE: Questioned the barista at the local coffee shop. He said a woman left right before they heard the shots. The name on her latte was Annabel, she had blond spiky hair and a New Zealand accent. diff --git a/mystery/interview_info.txt b/mystery/interview_info.txt new file mode 100644 index 000000000..eb6cdd4d5 --- /dev/null +++ b/mystery/interview_info.txt @@ -0,0 +1,3 @@ +Ms. Sun has brown hair and is not from New Zealand. Not the witness from the cafe. +Interviewed Ms. Church at 2:04 pm. Witness stated that she did not see anyone she could identify as the shooter, that she ran away as soon as the shots were fired. +However, she reports seeing the car that fled the scene. Describes it as a blue Honda, with a license plate that starts with L337 and ends with 9 diff --git a/mystery/interviews.txt b/mystery/interviews.txt new file mode 100644 index 000000000..2ac022276 --- /dev/null +++ b/mystery/interviews.txt @@ -0,0 +1,2 @@ +SEE INTERVIEW #47246024 +SEE INTERVIEW #699607 diff --git a/mystery/interviews/interview_info.txt b/mystery/interviews/interview_info.txt new file mode 100644 index 000000000..d3d204c9a --- /dev/null +++ b/mystery/interviews/interview_info.txt @@ -0,0 +1,4 @@ +Ms. Sun has brown hair and is not from New Zealand. Not the witness from the cafe. +Interviewed Ms. Church at 2:04 pm. Witness stated that she did not see anyone she could identify as the shooter, that she ran away as soon as the shots were fired. +However, she reports seeing the car that fled the scene. Describes it as a blue Honda, with a license plate that starts with "L337" and ends with "9" + diff --git a/mystery/possible_witness b/mystery/possible_witness new file mode 100644 index 000000000..f50961589 --- /dev/null +++ b/mystery/possible_witness @@ -0,0 +1,4 @@ +Annabel Sun F 26 Hart Place, line 40 +Oluwasegun Annabel M 37 Mattapan Street, line 173 +Annabel Church F 38 Buckingham Place, line 179 +Annabel Fuglsang M 40 Haley Street, line 176 diff --git a/mystery/possible_witness.txt b/mystery/possible_witness.txt new file mode 100644 index 000000000..e69de29bb diff --git a/mystery/streets/interview.txt b/mystery/streets/interview.txt new file mode 100644 index 000000000..e69de29bb diff --git a/mystery/suspects.txt b/mystery/suspects.txt new file mode 100644 index 000000000..7f604c6f2 --- /dev/null +++ b/mystery/suspects.txt @@ -0,0 +1,27 @@ +License Plate L337QE9 +Make: Honda +Color: Blue +Owner: Erika Owens +Height: 6'5" +Weight: 220 lbs +-- +License Plate L337DV9 +Make: Honda +Color: Blue +Owner: Joe Germuska +Height: 6'2" +Weight: 164 lbs +-- +License Plate L3375A9 +Make: Honda +Color: Blue +Owner: Jeremy Bowers +Height: 6'1" +Weight: 204 lbs +-- +License Plate L337WR9 +Make: Honda +Color: Blue +Owner: Jacqui Maher +Height: 6'2" +Weight: 130 lbs diff --git a/step5 b/step5 index 0ead53e6f..cbd692924 100644 --- a/step5 +++ b/step5 @@ -1,5 +1,7 @@ Reference: ./detective_handbook/step5.md -You're concerned that the investigation has been compromised. You use an old detective trick to cover your tracks. +You found two witness interview files. Take a look inside both of them and save any useful information into a new file called 'interview_info.txt'. -To recover your 'step5' file, use the `git checkout` command to check out the 'step-5' branch, and try to view this file again. +You feel satisfied that you have covered your tracks - time to consolidate your files. Commit the file but DON'T PUSH IT YET! + +First checkout back into the 'main' branch, and merge the 'step-5' branch into 'main'.