6 lines
98 B
Bash
6 lines
98 B
Bash
|
#!/usr/bin/env sh
|
||
|
git add -A
|
||
|
|
||
|
git commit -m "$(curl http://whatthecommit.com/index.txt)"
|
||
|
git push
|