diff --git a/.local/bin/made-changes b/.local/bin/made-changes new file mode 120000 index 0000000..13f5ecc --- /dev/null +++ b/.local/bin/made-changes @@ -0,0 +1 @@ +../share/scripts/made-changes.sh \ No newline at end of file diff --git a/.local/share/scripts/made-changes.sh b/.local/share/scripts/made-changes.sh new file mode 100755 index 0000000..5efc812 --- /dev/null +++ b/.local/share/scripts/made-changes.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env sh +git add -A + +git commit -m "$(curl http://whatthecommit.com/index.txt)" +git push