3 lines
109 B
Bash
3 lines
109 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
convert "handbook/zine_*.jpg" -quality 100 ./pdf/NOTES_ON_OPTICAL_PRINTER_TECHNIQUE_handbook.pdf
|