at 18.09-beta 10 lines 163 B view raw
1#!/usr/bin/env nix-shell 2#! nix-shell -i bash -p bash ruby bundler bundix 3 4rm Gemfile.lock 5bundler install 6bundix 7 8if [ "clean" == "$1" ]; then 9 rm -rf ~/.gem 10fi