# File lib/bat.rb, line 512
        def gzip
            pt "gzipping #{tar}"
            %x[gzip -9fn #{tar}]
        end