#!/bin/sh
export PATH="$PATH:$SNAP/usr/sbin"
exec python3 "$(which checkbox-cli)" "$@"
