Explorar el Código

reposinit script added

master
Dirk Alders hace 2 años
padre
commit
87a44b284f
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5
    0
      reposinit

+ 5
- 0
reposinit Ver fichero

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

Loading…
Cancelar
Guardar