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