dotfiles-remastered/.local/share/scripts/made-changes.sh

6 lines
98 B
Bash
Raw Normal View History

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