put all files

This commit is contained in:
2018-02-14 00:45:37 +08:00
parent 956464c6af
commit 05ea41a98b
3 changed files with 26 additions and 1 deletions

9
auto.sh Normal file
View File

@ -0,0 +1,9 @@
#! /bin/bash
sleep 3s
while true; do
echo "dialog_list" | nc localhost 58787
echo "msg Village_Game /work" | nc localhost 58787
echo "msg Village_Game /harvest" | nc localhost 58787
sleep 720s
done