View Single Post
Old 08-13-2011, 05:06 PM   #447
Xenophon
curmudgeon
Xenophon ought to be getting tired of karma fortunes by now.Xenophon ought to be getting tired of karma fortunes by now.Xenophon ought to be getting tired of karma fortunes by now.Xenophon ought to be getting tired of karma fortunes by now.Xenophon ought to be getting tired of karma fortunes by now.Xenophon ought to be getting tired of karma fortunes by now.Xenophon ought to be getting tired of karma fortunes by now.Xenophon ought to be getting tired of karma fortunes by now.Xenophon ought to be getting tired of karma fortunes by now.Xenophon ought to be getting tired of karma fortunes by now.Xenophon ought to be getting tired of karma fortunes by now.
 
Xenophon's Avatar
 
Posts: 1,487
Karma: 5748190
Join Date: Jun 2006
Location: Redwood City, CA USA
Device: Kobo Aura HD, (ex)nook, (ex)PRS-700, (ex)PRS-500
Quote:
Originally Posted by whodean View Post
Which application should I open that file with?
Terminal. It's a unix shell command file.

To make it executable, open a terminal window and drag the icon of the folder where the file lives into the terminal window. That'll get you the path to the folder.

Enter the command
Code:
cd thatpath
(using the path you saw from dragging the folder) and then the command
Code:
chmod +x rungui.sh
After that, double-clicking on rungui.sh will execute it as a shell command.

Xenophon
Xenophon is offline   Reply With Quote