This website requires JavaScript.
Explore
Help
Sign in
tailix
/
libkernaux
Watch
1
Star
0
Fork
You've already forked libkernaux
0
mirror of
https://github.com/tailix/libkernaux.git
synced
2024-11-27 11:14:42 -05:00
Code
Releases
Activity
0d8bdec847
libkernaux
/
bindings
/
mruby
/
bin
/
setup
8 lines
93 B
Text
Raw
Normal View
History
Unescape
Escape
Common: change shell scripts
2022-02-09 14:59:08 -05:00
#!/bin/sh
mruby: initialize Bundler project and add RuboCop
2022-02-09 14:41:00 -05:00
Common: change shell scripts
2022-02-09 14:59:08 -05:00
set -eux
mruby: initialize Bundler project and add RuboCop
2022-02-09 14:41:00 -05:00
bundle install
# Do any other automated setup that you need to do here
Copy permalink