LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how to run a shell script type program (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-run-a-shell-script-type-program-166731/)

redragon7964 04-06-2004 01:47 AM

how to run a shell script type program
 
i just download a file which is shell script type, how to run it?
it does work when double click or type the file name in command line

Capt_Caveman 04-06-2004 02:03 AM

Usually just:

make it executable:
chmod u+x filename

execute it with:
./filename


All times are GMT -5. The time now is 10:48 PM.