1 Star 5 Fork 0

Ling_2121 / OpenWorld

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
client.sh 339 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ling_2121 提交于 2019-12-24 20:39 . ...
#!/bin/bash
ip="127.0.01"
port="23333"
name="LaoHong"
echo "input name :"
read name
echo "*input ip :"
read ip
echo "*input port"
read port
if [$ip = ""] ; then
ip="127.0.0.1"
fi
if [$port = ""] ; then
port="23333"
fi
clear
echo "IP:${ip}:${port}"
love . -mode "client" -ip ${ip} -port ${port} -name ${name}
Lua
1
https://gitee.com/Ling_2121/OpenWorld.git
git@gitee.com:Ling_2121/OpenWorld.git
Ling_2121
OpenWorld
OpenWorld
master

搜索帮助