# ZipSnap - Unix/Linux script for convenient execution of ZipSnap
# Instructions:
#   1. Change "/Path/To/ZipSnap.jar" to the full path name of ZipSnap.jar
#   2. Copy this file to a directory on the PATH
#   3. Set permissions to make this file executable, e.g. chmod u+x ZipSnap
#   4. A suggestion: rename this file to something short, e.g. zs
java -jar "/Path/To/ZipSnap.jar" "$@"