mirror of
https://github.com/myvesta/vesta.git
synced 2025-01-08 12:09:53 -08:00
13 lines
373 B
Bash
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 $?
|