Compare commits

..

1 Commits

Author SHA1 Message Date
87a44b284f reposinit script added 2022-05-08 16:20:57 +02:00

5
reposinit Executable file
View File

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