feat: add helper scripts to init/update repo

This commit is contained in:
Daniel Alejandro Gallegos 2024-09-21 09:19:19 -04:00
parent 6a1220c0ce
commit 810792f5bb
Signed by: taco
SSH key fingerprint: SHA256:LlPRME+vkNz+HJIJp27uDA+PgoqS+M+KnFziTqGRSr8
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