From 3c5540004465c184f26d69f7fe2731bffd1b7347 Mon Sep 17 00:00:00 2001 From: DarkGuardsman Date: Fri, 6 Sep 2013 20:47:40 -0400 Subject: [PATCH] redirected git clone --- bin/git.bat | 5 +++++ bin/git.sh | 3 +++ 2 files changed, 8 insertions(+) diff --git a/bin/git.bat b/bin/git.bat index b4d5c1351..0a94e90d2 100644 --- a/bin/git.bat +++ b/bin/git.bat @@ -1,4 +1,9 @@ +cd .. +mkdir downloads +cd downloads git clone https://github.com/DarkGuardsman/Fluid-Mechanics.git + git clone https://github.com/DarkGuardsman/Assembly-Line.git + git clone https://github.com/DarkGuardsman/FarmTech.git git clone https://github.com/DarkGuardsman/Greater-Security.git diff --git a/bin/git.sh b/bin/git.sh index b4d5c1351..5be588231 100644 --- a/bin/git.sh +++ b/bin/git.sh @@ -1,3 +1,6 @@ +cd .. +mkdir downloads +cd downloads git clone https://github.com/DarkGuardsman/Fluid-Mechanics.git git clone https://github.com/DarkGuardsman/Assembly-Line.git git clone https://github.com/DarkGuardsman/FarmTech.git