misc/commitment_issues
This commit is contained in:
parent
da7ea7d514
commit
f65aecb598
Binary file not shown.
|
@ -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
|
Loading…
Reference in New Issue