diff --git a/scripts/fetch_submodules.sh b/scripts/fetch_submodules.sh new file mode 100755 index 0000000..30c1c33 --- /dev/null +++ b/scripts/fetch_submodules.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +git submodule init +git submodule update +