How do I add an argument to a simple shell script without fully
editing the script? I want to be able to connect to various
sites to pull down game maps and have the basic argument saved
and able to run but get an error saying no URL specified when
simply trying to append the site name on the command line.

This what I have:
#!/bin/sh
wget -r -l1 -nc --no-parent -A.pk3 

For example I would type [./myget.sh sitename] to pull all the
files.




                
__________________________________
Do you Yahoo!?
Yahoo! Mail - Helps protect you from nasty viruses.
http://promotions.yahoo.com/new_mail
_______________________________________________
EUGLUG mailing list
[EMAIL PROTECTED]
http://www.euglug.org/mailman/listinfo/euglug

Reply via email to