5 lines
232 B
Twig
5 lines
232 B
Twig
|
#!/bin/bash
|
||
|
|
||
|
/usr/local/php8.2/bin/php {{ sScriptPath }} {% for sParameter in aParameters %}{{ sParameter }} {% endfor %}
|
||
|
|
||
|
{# https://wissen.profihost.com/wissen/artikel/wie-lauten-die-pfade-zu-perl-php-und-python-auf-dem-server/ #}
|