自用 文件在Windows编辑过 Windows每一行结尾是\n\r Linux是\n 文件中行尾的\r替换为空白 sed -i 's/\r$//' dst sed -i 's/\r$//' update sed -i 's/\r$//' update.cmd dst->一键启动脚本 update->一键更新脚本 update.cmd->steamcmd命令 路径 dst-> / update-> / update.cmd-> ~/ (root)