1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2024-11-27 11:14:42 -05:00
libkernaux/bindings/mruby/bin/setup

8 lines
93 B
Text
Raw Normal View History

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