1
0
Fork 0
mirror of https://github.com/myvesta/vesta synced 2025-08-05 22:34:41 -07:00
myvesta/bin/v-php-func
2023-03-26 14:58:10 +02:00

12 lines
373 B
Bash

#!/bin/bash
# info: calling myVesta PHP functions
# options: FUNCTION
#
# The function is calling myVesta PHP functions.
#----------------------------------------------------------#
# Action #
#----------------------------------------------------------#
php /usr/local/vesta/func/bash-to-php-interpreter.php "$@"
exit $?