الملفات
ghaymah-exam-Moataz-Gamal-H…/q5-mithal-monitor/start.sh
2026-07-28 14:17:17 +03:00

7 أسطر
162 B
Bash

#!/bin/sh
# Runs the monitor loop in the background and serves the dashboard folder.
python3 /app/monitor.py &
cd /app/dashboard && python3 -m http.server 8080