nixpkgs/pkgs/tools/misc/teamocil/update
2018-09-28 16:59:03 -04:00

11 lines
163 B
Plaintext
Executable file

#!/usr/bin/env nix-shell
#! nix-shell -i bash -p bash ruby bundler bundix
rm Gemfile.lock
bundler install
bundix
if [ "clean" == "$1" ]; then
rm -rf ~/.gem
fi