amuse/standalone_bootstrap.sh

7 lines
212 B
Bash
Raw Permalink Normal View History

2016-07-18 10:52:17 -07:00
#!/bin/sh
git clone https://github.com/AxioDL/boo.git
2021-06-30 11:15:40 -07:00
(cd boo && git submodule update --recursive --init)
2016-07-18 10:52:17 -07:00
git clone https://github.com/libAthena/athena.git
2021-06-30 11:15:40 -07:00
(cd athena && git submodule update --recursive --init)