#!/bin/sh # Author: Athmane Madjoudj # Author: Christoph Galuschka t_Log "Running $0 - run a file through bzip2,bzcat and bunzip2 test." # create file FILE=/var/tmp/bzip2-test.txt cat > $FILE <