Skip to content

Instantly share code, notes, and snippets.

@thenoviceoof
Created January 23, 2013 15:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thenoviceoof/4608523 to your computer and use it in GitHub Desktop.
Save thenoviceoof/4608523 to your computer and use it in GitHub Desktop.
Infinite github cheat
#!/bin/bash
# execute from cron for github cheese!
# assume starting from ~/
cd git/trivial
git rm *
r=`date | md5sum`
touch $r
git add .
git commit -m "$r"
# assumes you have master/origin configured
git push
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment