From 4db26d303c910f734eb844c3a10932f7bb1da009 Mon Sep 17 00:00:00 2001 From: thiesyy Date: Wed, 30 Jan 2019 13:25:25 +0100 Subject: [PATCH] Uploaded Autopush Shell script uploaded. --- Autopush | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Autopush diff --git a/Autopush b/Autopush new file mode 100644 index 0000000..a170a98 --- /dev/null +++ b/Autopush @@ -0,0 +1,15 @@ +#/usr/bin/sh +echo "Pulling..." +git pull +echo "Adding Src..." +git add src/ +echo "Commiting changes..." +git commit -S -m "$@" +git commit -S -m "Auto Generated Git Commit for Autopushing... - git.mrbesen.de/thiesyy/autopusher" +echo "Pushing..." +git push +echo "Ready!" +for i in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 +do + echo "." +done