mirror of
https://github.com/AxioDL/amuse.git
synced 2025-08-25 21:22:02 +00:00
11 lines
218 B
Batchfile
11 lines
218 B
Batchfile
@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
|