start.sh 192 B

123456
  1. #!/bin/bash
  2. # 启动伺服驱动选型工具本地服务器
  3. cd "$(dirname "$0")"
  4. echo "启动伺服驱动选型工具..."
  5. echo "访问地址: http://localhost:8080"
  6. python3 -m http.server 8080