#!/bin/bash # XXX: to be run as the Flatpak executable if [[ "$1" == "doodad" ]]; then exec $@; fi doodle --chdir /app/share/doodle $@