Click to See Complete Forum and Search --> : installing .sh files


I dont have one
01-18-2001, 03:56 PM
Can someone please tell me how to install a .sh file. Thanx

PLBlaze
01-18-2001, 04:02 PM
Simply do chmod 755 or chmod u+x name.sh to set the exec bit on the program or it will refuse to run and then either sh name.sh or ./name.sh.Hope this helps.