Merge branch 'feature-random_commit'
This commit is contained in:
commit
3ae1c46635
1 changed files with 4 additions and 0 deletions
4
bin/whatthecommit
Executable file
4
bin/whatthecommit
Executable 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
|
Loading…
Reference in a new issue