flatpak/launcher.sh

7 lines
149 B
Bash
Raw Normal View History

2020-12-29 02:24:01 +00:00
#!/bin/bash
# XXX: to be run as the Flatpak executable
if [[ "$1" == "doodad" ]]; then
exec $@;
fi
2021-07-12 01:15:18 +00:00
sketchymaze --chdir /app/share/sketchymaze $@