php: launcher
This commit is contained in:
parent
551d0c4286
commit
1b6ae27ee6
2 changed files with 6 additions and 0 deletions
5
bin/executable_php-private
Normal file
5
bin/executable_php-private
Normal 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
1
bin/symlink_php72
Normal file
|
@ -0,0 +1 @@
|
|||
php-private
|
Loading…
Add table
Reference in a new issue