blob: 3a73492090d94b5a166c9a2cd78c77b616dc820d [file] [log] [blame]
#!/usr/bin/env bash
if [ ! -f support/apply-reviews.py ]; then
echo 'Please run this script from the root of Mesos source directory.'
exit 1
fi
exec python support/apply-reviews.py "$@"