Add standalone bootstrap script

This commit is contained in:
Jack Andersen 2016-07-18 13:18:15 -10:00
parent a048605011
commit 055e73183a
1 changed files with 10 additions and 0 deletions

10
standalone_bootstrap.bat Normal file
View File

@ -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