#!/bin/sh # $HeadURL$ $LastChangedRevision$ while sleep 1; do echo -n "x" done