From dba3afffba81c617216ba1fed0542c98e9b3ead1 Mon Sep 17 00:00:00 2001 From: Niklas Date: Sun, 1 Nov 2020 23:20:54 +0100 Subject: [PATCH] made-changes --- .local/bin/made-changes | 1 + .local/share/scripts/made-changes.sh | 5 +++++ 2 files changed, 6 insertions(+) create mode 120000 .local/bin/made-changes create mode 100755 .local/share/scripts/made-changes.sh 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