#!/usr/bin/env sh

hash python 2>&- || { echo "Requires python. Aborting."; exit 1; }

python -m slushbox.slushbox $@

exit 0
