View Single Post
Old 02-28-2014, 08:17 AM   #602
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by Whitewolf99 View Post
i would try it on my pw2 but i have no idea how to run that script...
The zip archive contains a single script, unpack the archive.

Read the first line of the script.
Does it invoke an interpreter? (ans: no)
In which case it is a shell command file.

One of the ways it can be run is directly from the command line:
sh -c name_of_command_file_here.sh

If you are running with the current directory on a file system that supports permission bits, you will probably have to mark the command file executable, if it isn't already.
knc1 is offline   Reply With Quote