libkernaux/bindings/mruby/bin/setup

8 lines
93 B
Plaintext
Raw Normal View History

2022-02-09 19:59:08 +00:00
#!/bin/sh
2022-02-09 19:59:08 +00:00
set -eux
bundle install
# Do any other automated setup that you need to do here