#!/bin/sh
if [ -z "$BUNDLE_GEMFILE" ]; then
  export BUNDLE_GEMFILE=shutup
fi

exec guard --no-notify "$@"
