#!/bin/sh # This file is only for flatpak. DIRECTORY="$(dirname "$0")" RUN_COMMAND='./pong $@' cd "$DIRECTORY"/../Pong && $RUN_COMMAND