crablang / crab

A community fork of a language named after a plant fungus. All of the memory-safe features you love, now with 100% less bureaucracy!
https://www.crablang.org
Other
5.13k stars 66 forks source link

add script to update submodules #81

Closed trvswgnr closed 1 year ago

trvswgnr commented 1 year ago

i hate working with submodules. added a bash script that goes through each submodule, checks out the branch specified in .gitmodules, and pulls the latest changes.

maybe there is a better way.