reposinit script added

This commit is contained in:
Dirk Alders 2022-05-08 15:40:52 +02:00
parent 49f00b662f
commit e9adf8fae0

5
reposinit Executable file
View File

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