#!/bin/sh -e
HOME="$(mktemp --directory /tmp/home.XXXXXX)"
export HOME
invesalius3 --help
invesalius3 --no-gui
rm -rv "$HOME"
