5 lines
37 B
Bash
Executable file
5 lines
37 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -euvx
|
|
|
|
bundle install
|