Webinterface/start.sh
2024-03-27 10:05:41 +00:00

1 line
125 B
Bash
Executable File

php artisan serve --host $(cat ./config.json | jq .host | sed "s/\"//" | sed "s/\"//") --port $(cat ./config.json | jq .port)