add script

This commit is contained in:
2025-09-23 21:25:28 +03:00
parent 5dca7a2be3
commit 6d63591752
3 changed files with 6 additions and 0 deletions

4
create-pdf.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env sh
cat payload.txt | enscript -B -f Courier10 -o - | ps2pdf - hidden.pdf
pdftk retard.pdf background hidden.pdf output final.pdf