mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
Interpreter for calling myVesta PHP functions
This commit is contained in:
parent
d84a021354
commit
09dcc123be
4 changed files with 95 additions and 6 deletions
11
bin/v-php-func
Normal file
11
bin/v-php-func
Normal 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 "$@"
|
Loading…
Add table
Add a link
Reference in a new issue