PK œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
| Dir : /proc/thread-self/root/bin/ |
| Server: Linux red.truehostdns.com 4.18.0-553.150.1.el8_10.x86_64 #1 SMP Fri Jul 31 15:23:31 EDT 2026 x86_64 IP: 51.161.15.103 |
| Dir : //proc/thread-self/root/bin/ps2pdf |
#!/bin/sh # Convert PostScript to PDF. # Currently, we produce PDF 1.4 by default, but this is not guaranteed # not to change in the future. version=14 ps2pdf="`dirname \"$0\"`/ps2pdf$version" if test ! -x "$ps2pdf"; then ps2pdf="ps2pdf$version" fi exec "$ps2pdf" "$@"