#!/bin/bash
HPPath=`/Applications/TruPrint.app/getpath com.hp.iprint.photo`
export DYLD_INSERT_LIBRARIES=/Applications/TruPrint.app/HPPrint.dylib
"$HPPath/HP iPrint Photo" $@
