Is it possible to run a shell script inside a zip folder in Linux? I have a shell script that is saved inside a zip folder, and I'd like to run the shell script inside the zip file (as if the zip file were a directory).
All that I'm trying to do now is run the command ls inside a zip file (so that the command will run inside the zip folder, and run just as if the zip folder were an unzipped folder.)