Browse Source

reposinit script added

master
Dirk Alders 2 years ago
parent
commit
87a44b284f
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      reposinit

+ 5
- 0
reposinit View File

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

Loading…
Cancel
Save