# it's not possible for the shell to be invoked. We make use of Perl
# module Net::SMTP to send email.
#
+## Currently, this script is executed by cron as:
+# MAILTO=ftp-upload-script@gnu.org
+# SHELL=/bin/bash
+# * * * * * gatekpr /home/gatekpr/upload-ftp.pl -s ftp; /home/gatekpr/upload-alpha.pl -s alpha; /home/gatekpr/upload-distros.pl -s distros
+#
# Originally written by Karl Berry (karl@gnu.org), October 2003.
# Additional changes by Paul Fisher (rao@gnu.org), November 2003
# Additional functionality (v1.1) by Ward Vandewege (ward@gnu.org), May 2004