dotfiles-remastered/.local/share/scripts/made-changes.sh
2020-11-01 23:20:54 +01:00

6 lines
98 B
Bash
Executable File

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