#!/usr/bin/env bash if test ! -f support/apply-reviews.py { echo 'Please run this script from the root of Mesos source directory.' exit 1 } exec python support/apply-reviews.py @Argv