# game_server_tools **Repository Path**: xyj710/game_server_tools ## Basic Information - **Project Name**: game_server_tools - **Description**: c++ 游戏服务端个人常用shell脚本,python脚本,go脚本,提高开发,运维效率。 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-03-07 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # game_server_tools c++ 游戏服务端个人常用shell脚本,python脚本,go脚本,提高开发,运维效率。 目录所有提供的脚本均运行在CentOS环境中 个人喜欢在~/目录中创建tools目录 在~/.bash_profile文件中环境变量PATH中增加~/tools 如下: export PATH=$PATH:$HOME/.local/bin:$HOME/bin:$GOROOT/bin/:$GOPATH/bin:~/tools 脚本 # mv.sh # 传入文件名{file},调用系统mv命令,重命名为{file}.月天时分 有需要可以加上年