head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 97.11.26.14.43.49; author alexis; state Exp; branches; next ; desc @@ 1.1 log @Initial revision @ text @#!/bin/sh I=1 while :; do echo $I I=`expr $I + 1` done @