#!/bin/sh # # This script, and our FTP logs, are used to check for illicit downloads # (games, pictures, etc.) which people try to distribute via the public # directories on the IRAF archive server. We have other tools as well - # please don't waste our time and yours by trying to use these archives for # non-astronomy related files. Any such attempts may be reported to your # employer or network service provider. These directories *are* available # for any professional, astronomy related downloads. (echo "----- CONTRIB -----"; cd ../contrib; ls -ltd `find . -mtime -7 -print`) (echo "----- PUB ---------"; ls -ltd `find . -mtime -7 -print`)