#!/bin/sh cd supertux/data || exit 1 #zip -r -n .png:.ogg:.jpg $1 * || exit 1 zip -r -9 $1 * || exit 1