feat: add helper scripts to init/update repo

This commit is contained in:
Daniel Gallegos 2024-09-21 09:19:19 -04:00
parent 6a1220c0ce
commit 810792f5bb
No known key found for this signature in database
2 changed files with 6 additions and 0 deletions

3
init.sh Executable file
View file

@ -0,0 +1,3 @@
#!/usr/bin/env bash
git submodule update --init --recursive

3
update.sh Executable file
View file

@ -0,0 +1,3 @@
#!/usr/bin/env bash
git submodule update --recursive --remote