> ---ORIGINAL MESSAGE--- > Date: Thu, 30 Jan 2003 21:21:27 -0800 (PST) > From: Katie <[EMAIL PROTECTED]> > Subject: Re: [vox-tech] newbie annoyed with tin > To: [EMAIL PROTECTED] > Reply-To: [EMAIL PROTECTED] > > OK, here's what I've got: > > #!/bin/bash > > qy | lynx "https://secureweb.ucdavis.edu:443/cgi-auth/sendback?"\ > "http://email.ucdavis.edu/news/news-succeed.html"\ > -force_secure -accept_all_cookies -auth="login:password" > /dev/null > > When I enter the file name at the command line I get this message: > > /home/katie/bin/runtin: line 3: qy: command not found > > and I'm back to the command line. How do I fix this?
Somewhere along the line you dropped the "echo" that was at the beginning of the line. -- PGP/GPG Fingerprint: D5E2 8839 6ED3 3305 805C 941F 9476 A9BD E2B2 CAD1 Import with `gpg --keyserver pgp.mit.edu --recv-key E2B2CAD1` Also on www: http://wwwcsif.cs.ucdavis.edu/~bloom/kabloom.asc For more information about PGP and GPG, see http://www.gnupg.org/
msg04252/pgp00000.pgp
Description: PGP signature
