53508b1d8e
Also add myself as a maintainer.
8 lines
117 B
Text
Executable file
8 lines
117 B
Text
Executable file
#!/usr/bin/env nix-shell
|
|
#! nix-shell -i bash -p bash bundler bundix
|
|
|
|
set -e
|
|
|
|
rm -f Gemfile.lock
|
|
bundler lock
|
|
bundix
|