#!/bin/sh
cd "/usr/share/singularity" &&
exec python3.7 singularity.py "$@"
