#!/bin/bash # ================================================================ # Startet das Sitzplatzprogramm # ================================================================ source "$(dirname "${BASH_SOURCE[0]}")/setenv.sh" python "$PLATZ_LIBS/platz.py" "$@"