guard 107 B

123456
  1. #!/bin/sh
  2. if [ -z "$BUNDLE_GEMFILE" ]; then
  3. export BUNDLE_GEMFILE=shutup
  4. fi
  5. exec guard --no-notify "$@"