#!/bin/bash

exec python "$(dirname "$(readlink -f "$0")")/scheduler.py" "$@"
