TorqueWrench/start_simulator.sh

10 lines
188 B
Bash
Raw Normal View History

2026-01-24 02:54:01 +08:00
#!/bin/bash
echo "========================================"
echo "启动模拟电动扳手服务器"
echo "========================================"
echo ""
python3 wrench_simulator.py
2026-02-04 11:35:09 +08:00