May 8, 2003 #1 SotonStu Programmer May 7, 2003 33 GB How can i actually run a shell script that i have made?
May 8, 2003 #2 olded Programmer Oct 27, 1998 1,065 US Hi: man chmod You have give the file execute permissions. Here's a way: chmod 755 yourscript Ed Upvote 0 Downvote
May 12, 2003 #3 KarveR MIS Dec 14, 1999 2,065 GB once permissions are set (alternatively chmod +x myscript) run it from where ever you are : /path/to/myscript or from the same directory : ./myscript ______________________________________________________________________ There's no present like the time, they say. - Henry's Cat. Upvote 0 Downvote
once permissions are set (alternatively chmod +x myscript) run it from where ever you are : /path/to/myscript or from the same directory : ./myscript ______________________________________________________________________ There's no present like the time, they say. - Henry's Cat.