Net2/usr/src/contrib/isode/ftam2/eurosinet/dirlist.sh

: run this script through /bin/sh

while true
do
    (echo -n "Directory listing as of "; date; ls [A-Z]*) > DIRLIST
    sleep 30
done