jjj㶢CAccept-Encoding,User-Agent/{׮'*aT' KEY: https://avaliareassessoria.com.br/Ven-SS/root/var/cache/ea-nginx/proxy/avaliare/2/92/17bf4f7a2e3bc62e26151b87fe118922 HTTP/1.1 200 OK Date: Sat, 12 Sep 2026 01:01:54 GMT Server: Apache Last-Modified: Sat, 12 Sep 2026 00:51:00 GMT Accept-Ranges: bytes Content-Length: 1293 Vary: Accept-Encoding,User-Agent Connection: close Content-Type: text/plain j_t_j&Accept-Encoding,User-Agent<|VX0eHZR KEY: https://avaliareassessoria.com.br/Ven-SS/root/proc/self/cwd/bin/eps2eps HTTP/1.1 200 OK Date: Sat, 12 Sep 2026 00:51:00 GMT Server: Apache Last-Modified: Wed, 30 Sep 2020 16:20:47 GMT Accept-Ranges: bytes Content-Length: 639 Vary: Accept-Encoding,User-Agent Connection: close Content-Type: text/plain #!/bin/sh # "Distill" Encapsulated PostScript. # This definition is changed on install to match the # executable name set in the makefile GS_EXECUTABLE=gs gs="`dirname \"$0\"`/$GS_EXECUTABLE" if test ! -x "$gs"; then gs="$GS_EXECUTABLE" fi GS_EXECUTABLE="$gs" OPTIONS="-dDEVICEWIDTH=250000 -dDEVICEHEIGHT=250000" while true do case "$1" in -?*) OPTIONS="$OPTIONS $1" ;; *) break ;; esac shift done if [ $# -ne 2 ]; then echo "Usage: `basename \"$0\"` ...switches... input.eps output.eps" 1>&2 exit 1 fi exec "$GS_EXECUTABLE" -q -sDEVICE=eps2write -sstdout=%stderr "-sOutputFile=$2" -dNOPAUSE -dBATCH -P- -dSAFER $OPTIONS "$1"