bin/setup-gem-faves

Thu, 22 Mar 2018 15:24:14 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 22 Mar 2018 15:24:14 -0400
changeset 705
7520062c1461
parent 360
951e2cf18190
child 990
a4f19f325dea
permissions
-rwxr-xr-x

okay -actually- get it to focus the new window

#!/bin/sh
set -eu

if ! bundle --version >/dev/null 2>&1; then
  gem install bundler
fi

rm -f ~/.Gemfile.lock
exec bundle install --system --jobs=2 --gemfile=~/.Gemfile

mercurial