Add first submodule and scripts to update all submodules recursively

This commit is contained in:
mmcwilliams 2023-01-16 21:22:11 -05:00
parent 72fa8cdfe5
commit d077d546ab
4 changed files with 12 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "bolex_rewind_key"]
path = bolex_rewind_key
url = https://git.sixteenmillimeter.com/modules/bolex_rewind_key.git

1
bolex_rewind_key Submodule

@ -0,0 +1 @@
Subproject commit 3b6ab71e9bad1c136483235d45d81431b9c3321f

4
init.sh Normal file
View File

@ -0,0 +1,4 @@
#!/bin/bash
echo "Cloning all submodules recursively..."
git submodule update --init --recursive

4
update.sh Normal file
View File

@ -0,0 +1,4 @@
#!/bin/bash
echo "Updating all submodules recursively..."
git submodule update --recursive --remote