nixpkgs/pkgs/tools/admin/fastlane/update
2017-10-27 11:13:43 +08:00

11 lines
162 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 -r ~/.gem
fi