#!/bin/sh if [ $# -eq 1 ] ; then cd $1 fi while true ; do clear mr status sleep 10 done