Edit

thodg/mpd_client/bin/setup

Branch :

  • Show log

    Commit

  • Author : Anton Maminov
    Date : 2017-01-30 22:20:53
    Hash : 80219834
    Message : update readme and some code cleanups

  • bin/setup
  • #!/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