#!/bin/csh -f # tb_msf_count_loop # # Count the number of *.MSF index files in my Thunderbird email folder tree. # Use this to monitor them when they start vanishing, to figure out why. while ( 1 == 1 ) echo -n "`date` " tb_msf_count sleep 1 end