misc/commitment_issues

This commit is contained in:
Oystein Kristoffer Tveit 2024-09-05 18:47:37 +02:00
parent da7ea7d514
commit f65aecb598
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
2 changed files with 11 additions and 0 deletions

Binary file not shown.

11
misc/commitment_issues/solve.sh Executable file
View File

@ -0,0 +1,11 @@
#!/usr/bin/env nix-shell
#!nix-shell -i bash -p bash unzip git
unzip -o -q challenge.zip
pushd drop-in
git checkout HEAD~
cat message.txt
popd
rm -rf drop-in