#!/bin/bash
LexmarkPath=`/Applications/TruPrint.app/getpath com.lexmark.LexPrint`
export DYLD_INSERT_LIBRARIES=/Applications/TruPrint.app/LexmarkPrint.dylib
"$LexmarkPath/LexPrint" $@
