Explorar el Código

reposinit script added

master
Dirk Alders hace 2 años
padre
commit
61f70d9182
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. 8
    0
      reposinit

+ 8
- 0
reposinit Ver fichero

@@ -0,0 +1,8 @@
1
+#!/bin/bash
2
+#
3
+echo "* Initialising Submodules"
4
+git submodule init
5
+git submodule update
6
+
7
+echo "* Creating virtual env"
8
+mkvenv

Loading…
Cancelar
Guardar