#!/bin/bash php="$(basename "$0")" exec nix shell "github:loophp/nix-shell#${php}" --impure --command php -d memory_limit=4G "$@"