#!/usr/bin/env bash
set -e
set -u
xvfb-run -a `which python` $STIMELA_MOUNT/code/run.py 2>&1
