1
0
Fork 0

Merge branch 'feature-random_commit'

This commit is contained in:
Andrew Tomaka 2013-05-07 21:27:48 -04:00
commit 3ae1c46635
1 changed files with 4 additions and 0 deletions

4
bin/whatthecommit Executable file
View File

@ -0,0 +1,4 @@
#!/usr/bin/env bash
git add .
curl -s whatthecommit.com | sed 's/<[^>]\+>//g' | sed '1,39d' | head -1 | xargs -0 git commit -m