IRIX Network Forums
How to make a script file executable in IRIX - Printable Version

+- IRIX Network Forums (//forums.irixnet.org)
+-- Forum: SGI/MIPS (//forums.irixnet.org/forum-3.html)
+--- Forum: Beginners' Questions/Tips (//forums.irixnet.org/forum-6.html)
+--- Thread: How to make a script file executable in IRIX (/thread-1216.html)



How to make a script file executable in IRIX - Irinikus - 05-18-2019

This video shows you how to create a script file, tag it with an icon and make it executable in IRIX.

Take not of the fact that in this video I used: su root -c "/usr/nekoware/games/quake3/quake3" and that sometimes you will have to use separate lines as such, to get the script to work properly: 

cd /usr/nekoware/games/hexen2
./hexen2 -width 1920 -height 1080




RE: How to make a script file executable in IRIX - bjames - 05-19-2019

Thanks for posting, this was very helpful.


RE: How to make a script file executable in IRIX - Irinikus - 05-19-2019

Thanks! I'm glad you found it helpful! Smile