优化项目架构
This commit is contained in:
5
SproutFarm-Backend/start.sh
Normal file
5
SproutFarm-Backend/start.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
# 设置UTF-8字符编码
|
||||
export LANG=en_US.UTF-8
|
||||
# 执行Python服务器程序
|
||||
python3 TCPGameServer.py
|
||||
Reference in New Issue
Block a user