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