add script
This commit is contained in:
4
create-pdf.sh
Executable file
4
create-pdf.sh
Executable 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
|
||||
Reference in New Issue
Block a user