Logo white

Labbeemint / syspro-ruby

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • syspro-ruby
  • bin
  • setup
  • init; some tests
    31f9a345
    Isaac Lewis authored
    2018-02-20 17:08:21 -0800  
    Browse Code ยป
setup 131 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8
#!/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