6 lines
35 B
Plaintext
6 lines
35 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
set -ex
|
||
|
|
||
|
bundle install
|