1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2024-10-16 11:48:29 -04:00
libkernaux/pkgs/ruby/bin/setup

10 lines
132 B
Text
Raw Normal View History

2022-01-18 05:20:37 -05:00
#!/usr/bin/env bash
set -euo pipefail
IFS=$'\n\t'
set -vx
bundle install
# Do any other automated setup that you need to do here