made-changes

This commit is contained in:
Niklas 2020-11-01 23:20:54 +01:00
parent 22bb17842b
commit dba3afffba
2 changed files with 6 additions and 0 deletions

1
.local/bin/made-changes Symbolic link
View File

@ -0,0 +1 @@
../share/scripts/made-changes.sh

View File

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