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