test.sh
来自「在LINUX下运行的仿真机器人服务器源代码」· Shell 代码 · 共 11 行
SH
11 行
#!/bin/bashgameinfo=`exteamname record.log`team1=`echo $gameinfo | cut -d' ' -f1`score1=`echo $gameinfo | cut -d' ' -f2`team2=`echo $gameinfo | cut -d' ' -f3`score2=`echo $gameinfo | cut -d' ' -f4`echo "$team1 $score1"echo "$team2 $score2"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?