1
0
mirror of https://github.com/myvesta/vesta.git synced 2025-03-12 04:35:23 -07:00
myvesta/bin/v-php-func
2023-03-26 14:58:10 +02:00

13 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 $?