Comment 1 for bug 301289

Revision history for this message
psl (slansky) wrote :

This is way I think that zsync files can be created:

for FILE in *.iso; do
   echo "Processing "$FILE"
   zsyncmake -v -u "$FILE" -f "$FILE" -o "${FILE}.zsync" "$FILE"
done