#!/usr/bin/env bash

if [ "$1" = "" ]
then
  bundle exec rake appraisal
else
  bundle exec rake "appraisal:$1"
fi
