VPSPML2QLGKWRXGBRT5XA3C7SNMTNQZR5HAJEEIIYX3RV6DGHU7QC git submodule status |while read l; do# checkout each submodulelocal hash=$(echo $l | sed 's,^-\([0-9a-f]*\) \(.*\)$,\1,');local dir=$(echo $l | sed 's,^-\([0-9a-f]*\) \(.*\)$,\2,');local url=$(sed -n "\,$dir, { :loop; n; s,^.*url = ,,; T loop; p; q }" .git/config);clone "$dir" "$url" "$hash" "";done;
git submodule updategit submodule status