libclayer/bindings/mruby/bin/setup

8 lines
93 B
Plaintext
Raw Normal View History

2022-12-25 08:58:00 +00:00
#!/bin/sh
set -eux
bundle install
# Do any other automated setup that you need to do here