#!/bin/sh tst=`cat ./ksquirrel/sq_version` tst=`expr $tst + 1` echo $tst > ./ksquirrel/sq_version make $*