From 12872c3bcb9703d400a5f86be37bc2f613efc179 Mon Sep 17 00:00:00 2001 From: DavidDGTNT Date: Tue, 16 Nov 2021 20:46:02 +0000 Subject: [PATCH] Removed push to both scripts as they are hard to setup and don't work in github --- pushtoboth.bat | 2 -- pushtoboth.sh | 3 --- 2 files changed, 5 deletions(-) delete mode 100644 pushtoboth.bat delete mode 100755 pushtoboth.sh diff --git a/pushtoboth.bat b/pushtoboth.bat deleted file mode 100644 index e3931e2..0000000 --- a/pushtoboth.bat +++ /dev/null @@ -1,2 +0,0 @@ -git push --set-upstream origin -git push --set-upstream ghmirror \ No newline at end of file diff --git a/pushtoboth.sh b/pushtoboth.sh deleted file mode 100755 index 475a3bf..0000000 --- a/pushtoboth.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -git push --set-upstream origin -git push --set-upstream ghmirror \ No newline at end of file