Created
March 4, 2017 01:18
-
-
Save kazimuth/2bd2b51828fd9b941b2cd3784244cf43 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
echo "don't run this" | |
exit 1 | |
git init | |
mv .git git | |
ln -s git .git | |
while true | |
do | |
git add . | |
git commit -m bomb --quiet 2>/dev/null >/dev/null | |
git rev-parse HEAD | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment