We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97c9c14 commit d0bb658Copy full SHA for d0bb658
checkout.sh
@@ -0,0 +1,6 @@
1
+#!/bin/bash
2
+echo "Updating addon submodules"
3
+git submodule init
4
+git submodule update
5
+git submodule foreach git pull origin master
6
+
0 commit comments