From: Jan Kratochvil Date: Tue, 8 Sep 2020 17:12:37 +0000 (+0200) Subject: +compress.sh X-Git-Url: https://git.jankratochvil.net/?p=massrebuild.git;a=commitdiff_plain;h=6800a0b64f1c9709c91a9778efe964cdde0cd0aa +compress.sh --- diff --git a/compress.sh b/compress.sh new file mode 100755 index 0000000..d9e32fd --- /dev/null +++ b/compress.sh @@ -0,0 +1,23 @@ +#! /bin/bash +# echo build/*.dt5.rpm.rpms/*.rpm|xargs -P192 -n64 ./compress.sh >compress.out +# perl -ne >../err1 2>>../err2 + new="$(find $k -printf "%s")" + if [ $orig -ne $new ];then + echo "$orig $new $i $k" + fi + done + cd .. + rm -rf work$$ +done