Sfoglia il codice sorgente

reposinit script added

master
Dirk Alders 2 anni fa
parent
commit
87a44b284f
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. 5
    0
      reposinit

+ 5
- 0
reposinit Vedi File

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

Loading…
Annulla
Salva