1 2 3 4 5
#!/bin/sh git submodule update --init --remote bundle install --path vendor/bundle --jobs $(nproc) yarn install