TorqueWrench/frontend/start_frontend.sh

13 lines
187 B
Bash
Raw Permalink Normal View History

2026-01-24 02:54:01 +08:00
#!/bin/bash
echo "========================================"
echo "启动前端GUI"
echo "========================================"
echo ""
cd "$(dirname "$0")"
python3 wrench_gui.py
2026-02-04 11:35:09 +08:00
2026-02-26 16:39:29 +08:00