A peek behind the curtain — every file the club keeps on the server, from the front-of-house code to the trophy ledger in the database.
#!/bin/sh set -e # first arg is `-f` or `--some-option` if [ "${1#-}" != "$1" ]; then set -- php "$@" fi exec "$@"