6 lines
94 B
Bash
6 lines
94 B
Bash
#!/bin/bash
|
|
|
|
mkdir ../pdf
|
|
|
|
libreoffice --headless --convert-to pdf ../*.fodt --outdir ../pdf/
|