amuse/standalone_bootstrap.bat

11 lines
218 B
Batchfile
Raw Permalink Normal View History

2016-07-18 16:18:15 -07:00
@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