Your IP : 216.73.216.170


Current Path : /proc/self/root/proc/8644/task/8644/root/usr/bin/
Upload File :
Current File : //proc/self/root/proc/8644/task/8644/root/usr/bin/fixscribeps

#!/usr/bin/perl
eval 'exec perl -S $0 "$@"'
	if $running_under_some_shell;

# fixscribeps: get conforming PostScript out of Scribe
#
# Copyright (C) Angus J. C. Duggan 1991-1995
# See file LICENSE for details.

$inepsf = 0;
$epsfn = 0;
while (<>) {
   if (/^([0-9]+ [0-9]+ [0-9]+ PB) (%!.*)/) {
      print "$1\n%%BeginDocument: Scribe-EPSF $epsfn 0\n$2\n";
      $inepsf++;
   } elsif (/^ PE/ && $inepsf) {
      print "%%EndDocument\n", $_;
   } else {
      print $_;
   }
}



Warning: Unknown: open(/var/www/iplanru/data/bin-tmp/sess_c54d3926439c89e546795d80ab7abbc0, O_RDWR) failed: No space left on device (28) in Unknown on line 0

Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/www/iplanru/data/bin-tmp) in Unknown on line 0