Skip to content

Instantly share code, notes, and snippets.

@kazimuth
Created March 4, 2017 01:18
Show Gist options
  • Save kazimuth/2bd2b51828fd9b941b2cd3784244cf43 to your computer and use it in GitHub Desktop.
Save kazimuth/2bd2b51828fd9b941b2cd3784244cf43 to your computer and use it in GitHub Desktop.
#!/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