#!/bin/bash

DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

export PYTHONPATH="`pwd`:$DIR:$PYTHONPATH"

python "$DIR/health_check.py" "$@"
