#!/bin/bash
# VC 模拟器快捷启动脚本
exec /opt/vc-api/venv/bin/python3 /opt/vc-tools/vc_sim_full.py "$@"
