#!/bin/sh
#
# A linux-only script that allows the flatpak version of Olympus to be able to start Celeste
exec flatpak-spawn --host "$@"
