#!/bin/sh
set -eu

APP_DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)
exec python3 "$APP_DIR/germux_usb_writer.py" "$@"
