Skip to content

Instantly share code, notes, and snippets.

@manuelmorales
Created July 27, 2011 11:19
Show Gist options
  • Save manuelmorales/1109166 to your computer and use it in GitHub Desktop.
Save manuelmorales/1109166 to your computer and use it in GitHub Desktop.
Command line Patching with Xdelta3
cp 1 my_file.pptx
for N in {2..15}; do xdelta3 -f -d -s my_file.pptx $N my_file.pptx; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment