Add first submodule and scripts to update all submodules recursively
This commit is contained in:
parent
72fa8cdfe5
commit
d077d546ab
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "bolex_rewind_key"]
|
||||||
|
path = bolex_rewind_key
|
||||||
|
url = https://git.sixteenmillimeter.com/modules/bolex_rewind_key.git
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 3b6ab71e9bad1c136483235d45d81431b9c3321f
|
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
echo "Cloning all submodules recursively..."
|
||||||
|
git submodule update --init --recursive
|
Loading…
Reference in New Issue