summaryrefslogtreecommitdiff
path: root/bin/graphicstest.sh
blob: ce012925996ec9b1ff098558b7234a745a999b5e (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env sh
cd "`dirname $0`"
. ./checkDataFolder.sh
. ./checkConfFile.sh

port=$(grep ^port= "$YACY_DATA_PATH/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