[EMAIL PROTECTED] writes: > Should this then be the first line of mthe script? My first line is" > #!/bin/bash > Should I change this to: > #/source foo.sh > Or can I just place the line anywhere?
No, your script still starts with #!/bin/bash, but instead of saying ./myscript.sh or sh ./myscript.sh to run it, you'd say source myscript.sh ... =) Sacha 8) _ Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph To leave: send "unsubscribe" in the body to [EMAIL PROTECTED] To subscribe to the Linux Newbies' List: send "subscribe" in the body to [EMAIL PROTECTED]
