dotfiles-remastered/.local/share/scripts/made-changes.sh
2024-03-31 23:16:00 +02:00

6 lines
90 B
Bash
Executable File

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