Skip to content

Commit a239bcf

Browse files
committed
🔨 setup script
1 parent fc8a2bc commit a239bcf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

bin/setup

Lines changed: 8 additions & 0 deletions
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 install
7+
8+
# Do any other automated setup that you need to do here

0 commit comments

Comments
 (0)