Quote:
Originally Posted by Whitewolf99
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.