From 3efddb126882bcbe4a8d7132875290580fa38ea1 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 29 Mar 2001 03:49:56 +0000 Subject: Better legends. svn path=/trunk/; revision=3282 --- upload | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'upload') diff --git a/upload b/upload index 2f6bc548..412db368 100755 --- a/upload +++ b/upload @@ -7,6 +7,7 @@ if [ $* ] then ../upload $* else +echo "Beginning web upload..." # First, copy to primary website dest=esr@${WWWHOST}:${WWWDIR}/fetchmail scp fetchmail-${version}.tar.gz $dest @@ -32,7 +33,8 @@ scp index.html $dest scp history.html $dest echo "Upload to ${WWWVIRTUAL} complete" - lftp <