You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pixz/test.sh

25 lines
591 B
Bash

#!/bin/bash
#base=lmnopuz
#file=lmnopuz/CheckPUZ.app/Contents/Resources/script
base=nicotine
file=nicotine/museek+-0.1.13/doc/SConscript
#base=simbl
#file=Users/vasi/Desktop/SIMBL/keywurl/SIMBL.pkg/Contents/Info.plist
echo XZ
time xz -c < tars/$base.tar > tars/$base.txz
time xz -cd < tars/$base.txz | tar xO $file | md5sum
echo; echo; echo PIXZ
time ./write tars/$base.tar tars/$base.tpxz
time ./read tars/$base.tpxz $file | tar xO $file | md5sum
echo; echo; echo CROSS
xz -cd < tars/$base.tpxz | tar xO $file | md5sum
echo; echo
du -sh tars/$base.tar tars/$base.tpxz tars/$base.txz