#!/bin/sh if test -x ../../object/stage2/idc; then ../../object/stage2/idc -B ../../object/stage2/ $* else idc $* fi