6 lines
98 B
Bash
Raw Normal View History

2020-11-01 23:20:54 +01:00
#!/usr/bin/env sh
git add -A
git commit -m "$(curl http://whatthecommit.com/index.txt)"
git push