From 055e73183ac86ee9bedb65802149516bd2d821a1 Mon Sep 17 00:00:00 2001 From: Jack Andersen Date: Mon, 18 Jul 2016 13:18:15 -1000 Subject: [PATCH] Add standalone bootstrap script --- standalone_bootstrap.bat | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 standalone_bootstrap.bat diff --git a/standalone_bootstrap.bat b/standalone_bootstrap.bat new file mode 100644 index 0000000..55d0f0a --- /dev/null +++ b/standalone_bootstrap.bat @@ -0,0 +1,10 @@ +@echo off +git clone https://github.com/AxioDL/boo.git +pushd boo +git submodule update --recursive --init +popd + +git clone https://github.com/libAthena/athena.git +pushd athena +git submodule update --recursive --init +popd