4 lines
113 B
Bash
Executable File
4 lines
113 B
Bash
Executable File
#!/bin/bash
|
|
|
|
html2ps -b http://localhost:21002/ | gs -dNOPAUSE -dBATCH -sDEVICE=pdfwrite "-sOutputFile=-" -f "-"
|