#!/bin/bash
EPSONPath=`/Applications/TruPrint.app/getpath com.epson.ESCPR01`
export DYLD_INSERT_LIBRARIES=/Applications/TruPrint.app/EpsonPrint.dylib
"$EPSONPath/ESCPR01" $@
