Adding win descriptions

This commit is contained in:
bleeptrack 2021-01-14 11:43:45 +01:00
parent c52c742b2d
commit 34b348c8f9
2 changed files with 2 additions and 0 deletions
levels/changing-the-past

View file

@ -70,6 +70,7 @@ git commit -am "Put on shirt"
[win]
# Reorder the commits to dress yourself in the correct way
{ git log main --oneline | grep -Pz "shoes[\s\S]*pants[\s\S]*underwear"; } && { test "$(git log main --oneline | wc -l)" -eq 5; }
[congrats]