The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 05-01-2008
fabtagon fabtagon is offline
Registered User
  
 

Join Date: Apr 2008
Location: European Union/Germany
Posts: 189
Erm, but you do know what a script is, do you? That is the complete script. Run it via "sh filename" or add something like "#!/bin/sh" as first line, chmod 755 and use it like a normal executable.

Last edited by fabtagon; 05-01-2008 at 09:22 AM.. Reason: markup fix