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