1 Star 0 Fork 17

networld / jyqx

forked from mdoo / jyqx 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
go.0520 288 Bytes
Copy Edit Raw Blame History
mdoo authored 2019-12-06 19:13 . first commit
# written by hero
#!/bin/bsh
while true
do
result=`ps -xo comm|grep addr_server|wc -l`
if [ $result -lt 1 ]
then ./addr_server 7374 &
fi
time=`date +%d%k%M`
cp ~/jyqxii/log/debug.log debug.log.$time
cp ~/jyqxii/log/log log.$time
./dri config
sleep 20
done
C
1
https://gitee.com/networld-work/jyqx.git
git@gitee.com:networld-work/jyqx.git
networld-work
jyqx
jyqx
master

Search