Interpreter for calling myVesta PHP functions

This commit is contained in:
myvesta 2023-03-26 03:40:33 +02:00 committed by GitHub
commit 09dcc123be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 95 additions and 6 deletions

11
bin/v-php-func Normal file
View file

@ -0,0 +1,11 @@
#!/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 "$@"