This repository has been archived on 2019-09-23. You can view files and clone it, but cannot push or open issues or pull requests.
Files
auto_village/auto.sh
2018-02-14 00:45:37 +08:00

9 lines
214 B
Bash

#! /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