car_ui/run_ui_remote.sh
2026-04-01 04:52:47 +03:00

6 lines
108 B
Bash

#!/usr/bin/env bash
set -euo pipefail
export DISPLAY=:0
./.venv/bin/python3 ./main.py 2>&1 | tee debug.log