#!/etc/shell/sh

KOLIKO=`/bin/cat counter_data`
KOLIKO=`expr $KOLIKO + 1`
echo $KOLIKO
echo $KOLIKO > counter_data



