Browse Source

reposinit script added

master
Dirk Alders 2 years ago
parent
commit
61f70d9182
1 changed files with 8 additions and 0 deletions
  1. 8
    0
      reposinit

+ 8
- 0
reposinit View File

@@ -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…
Cancel
Save