reposinit script added

This commit is contained in:
Dirk Alders 2022-05-08 16:20:57 +02:00
parent 2b97087b2e
commit 87a44b284f

5
reposinit Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
#
echo "* Initialising Submodules"
git submodule init
git submodule update