yacy_search_server/bin/graphicstest.sh

5 lines
120 B
Bash
Executable File

while [ 1 = 1 ]
do
curl "http://localhost:8090/NetworkPicture.png?width=768&height=576&bgcolor=FFFFFF" > /dev/null
done