yacy_search_server/bin/graphicstest.sh
2012-05-29 13:08:27 +02:00

6 lines
181 B
Bash
Executable File

port=$(grep ^port= ../DATA/SETTINGS/yacy.conf |cut -d= -f2)
while [ 1 = 1 ]
do
curl "http://localhost:$port/NetworkPicture.png?width=768&height=576&bgcolor=FFFFFF" > /dev/null
done