Skip to content

Instantly share code, notes, and snippets.

@f9n
Created January 19, 2018 22:33
Show Gist options
  • Save f9n/7dbd90856558d38225c0347fe9b7cbb9 to your computer and use it in GitHub Desktop.
Save f9n/7dbd90856558d38225c0347fe9b7cbb9 to your computer and use it in GitHub Desktop.
Convert all ppt files to pdf
#!/usr/bin/env bash
libreoffice --headless --invisible --convert-to pdf *.ppt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment