#!/bin/bash php="$(basename "$0")" exec "/usr/bin/$php" -n -c "$HOME/.config/php/${php##php}/php.ini" "$@"