mirror of
https://github.com/AxioDL/amuse.git
synced 2025-06-09 08:03:42 +00:00
12 lines
219 B
Bash
Executable File
12 lines
219 B
Bash
Executable File
#!/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
|
|
|