flatpak/launcher.sh

7 lines
149 B
Bash
Executable File

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