#!/usr/bin/env bash set -euo pipefail cd /var/www/netgescon bash scripts/repair-ui.sh php artisan serve --host=0.0.0.0 --port=8000