#!/bin/sh

echo "10,0,0"

while [ "$a" != "quit" ]; do
	cat /home/staff/marci/public_html/promenad_test/server/out.txt
	#echo "$a"
	read a
done
