mirror of
https://github.com/AxioDL/amuse.git
synced 2025-12-08 05:05:09 +00:00
Add standalone bootstrap script
This commit is contained in:
10
standalone_bootstrap.bat
Normal file
10
standalone_bootstrap.bat
Normal 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
|
||||
Reference in New Issue
Block a user