1 2 3 4 5 6 7 8 9
#!/bin/bash -l set -e cd "$(dirname "$0")/.." bundle config --local path vendor bundle config --local jobs "$(nproc)" bundle install