Skip to content

Commit b1b8aa6

Browse files
committed
Add a standard bin/setup
An easy entry point for setting up the project for development.
1 parent 40f7f00 commit b1b8aa6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

bin/setup

+8
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)