Created
December 31, 2017 13:49
-
-
Save Pavel-Durov/08be388e2ac07158602005f49f2891ab to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//install library | |
$ brew install imagemagick | |
//file content | |
for f in *.png; do | |
convert ./"$f" ./dist/"${f%}.pdf" | |
done | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment