Some new puzzle levels

This commit is contained in:
Sebastian Morr 2020-09-16 14:16:38 +02:00
parent 35b4dc098a
commit 6292d849b9
10 changed files with 65 additions and 0 deletions
levels/puzzle-apocalypse

View file

@ -0,0 +1,9 @@
echo foo > foo
BLOB=$(git hash-object -w foo)
echo bar > bar
git add .
git commit -m "Initial commit"
echo blabber >> bar
git commit -a -m "Second commit"
git update-ref refs/important HEAD
git update-ref refs/interesting "$BLOB"