#!/bin/csh @ i = 1 while ( $i < 12 ) echo -n '.' sleep 1 @ i++ end