1#!/bin/sh
2./szip -b1 "$1" | ./szip -d | ./check "$1" logfile
3