Backport more tools

This commit is contained in:
cytopia
2022-12-09 11:12:08 +01:00
parent c3628171f1
commit 30c3118a22
21 changed files with 386 additions and 196 deletions

View File

@@ -3,7 +3,7 @@
check: |
echo test > test.txt \
&& mutool create -o test.pdf test.txt \
&& file test.pdf | gre 'PDF document' \
&& file test.pdf | grep 'PDF document' \
&& rm test.txt \
&& rm test.pdf \