1
0
Fork 0
chezmoi/bin/executable_php-private
2023-03-19 15:06:29 +01:00

5 lines
104 B
Bash

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