#!/bin/ksh

#File: maxout
export COUNT;
echo $COUNT
(( COUNT = $COUNT + 1 ))
maxout
