#! /bin/sh
# Invoke compress, adding silly 2.11-compatible header.

echo "#! cunbatch"
exec compress $*
