Enables to compress and pack files into a zip archive. The input list is a space-separated list of files or/and directories.
Example:
zip myfile.zip 1.groovy 2.groovy etc 3.groovy
Zips three files and one directory into myfile.zip.
Use: zip outputFile.zip inputList