mirror of https://github.com/AxioDL/metaforce.git
5 lines
53 B
Bash
5 lines
53 B
Bash
|
#!/bin/bash
|
||
|
git submodule init
|
||
|
git submodule update
|
||
|
|