#!/bin/bash
BrotherPath=`/Applications/TruPrint.app/getpath com.brother.iPrint-Scan`
export PWD="$BrotherPath/../"
export HOME="$BrotherPath/../"
 
export DYLD_INSERT_LIBRARIES=/Applications/TruPrint.app/BrotherPrint.dylib
"$BrotherPath/iPrint&Scan" $@
