This repository has been archived on 2024-02-23. You can view files and clone it, but cannot push or open issues or pull requests.
Auberge_Vagabonde/convert.sh
Michel Roux 601a3e334b
Some checks reported errors
continuous-integration/drone/push Build was killed
Compress image again
2023-03-05 17:13:24 +01:00

8 lines
135 B
Bash

#!/usr/bin/env bash
for FILE in output/*
do
ebook-polish -fpuiH "${FILE}" "${FILE}"
ebook-convert "${FILE}" "${FILE%.*}.pdf"
done