We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40f7f00 commit b1b8aa6Copy full SHA for b1b8aa6
bin/setup
@@ -0,0 +1,8 @@
1
+#!/usr/bin/env bash
2
+set -euo pipefail
3
+IFS=$'\n\t'
4
+set -vx
5
+
6
+bundle update
7
8
+git submodule update --init
0 commit comments