1
0
Fork 0

php: launcher

This commit is contained in:
Vladimír Dudr 2022-10-28 16:22:33 +02:00
parent 551d0c4286
commit 1b6ae27ee6
2 changed files with 6 additions and 0 deletions

View file

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

1
bin/symlink_php72 Normal file
View file

@ -0,0 +1 @@
php-private