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