1
0
Fork 0

Add bash script that adds all changes and commits them with a random message provided by whatthecommit.com

This commit is contained in:
Andrew Tomaka 2013-05-07 21:27:34 -04:00
parent 6b666d6266
commit 56fd7cc055
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