If you start a script with #!/bin/sh, then the entire script is executed
as a shell script (and you can even execute it as perl or whatever you
like).  Without that beginning, the commands in the script are executed
one line at a time (which originally was the only method available).

  -- Dave


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to