1#!/bin/sh
2
3INDIGO_PREFIX=${DYLD_ROOT_PATH}
4unset DYLD_ROOT_PATH
5
6exec ${INDIGO_PREFIX}/usr/sbin/iokitsimd "${@}"
7