BastliPOSPrinter

git clone git://xatko.vsos.ethz.ch/BastliPOSPrinter.git
Log | Files | Refs | README

99_print (131B)


      1 #!/bin/sh
      2 
      3 if [ -n "$PRINT_TO_STDOUT" ]
      4 then
      5 	exec cat
      6 else
      7 	exec lp -d NCR_7167_Receipt_-_Slip -o document-format=text/plain -
      8 fi