amuse/standalone_bootstrap.sh

12 lines
219 B
Bash
Raw Normal View History

2016-07-18 10:52:17 -07:00
#!/bin/sh
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