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