nixpkgs/pkgs/tools/admin/fastlane/update

11 lines
162 B
Plaintext
Raw Normal View History

2017-10-27 04:09:44 +01:00
#!/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 -r ~/.gem
fi