1
0
Fork 0
misc-linux-tools/bin/whatthecommit

5 lines
129 B
Text
Raw Normal View History

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