From: Bastian Dehn Date: Thu, 17 Jul 2025 17:57:47 +0000 (+0200) Subject: change xxd group four bytes X-Git-Tag: v1.0.0^2~47 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=9f93b88778b90fddf82e12df1830242535db63a2;p=albentohandy.git change xxd group four bytes --- diff --git a/libs/voribs.sh b/libs/voribs.sh index df1ce94..9b1579e 100644 --- a/libs/voribs.sh +++ b/libs/voribs.sh @@ -55,7 +55,7 @@ cover_to_metadata() printf "%b" "\x0\x0\x0\x0" >> $outputfile # File Size printf "0: %.8x" $(cat $inputfile | wc -c) \ - | xxd -r -g0 >> $outputfile + | xxd -r -g4 >> $outputfile cat $inputfile >> $outputfile }