Skip to content

Instantly share code, notes, and snippets.

@sillage
Last active August 29, 2015 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sillage/e8d712a0f65a7217d689 to your computer and use it in GitHub Desktop.
Save sillage/e8d712a0f65a7217d689 to your computer and use it in GitHub Desktop.
Convert multiple files to one PDF
#! /bin/sh
brew install imagemagick
convert *.jpg output.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment