#!/bin/bash cmd=`which %%OCARINA%%-$1 2>/dev/null` args="${@: +2}" if [ "$cmd" ]; then $cmd "$args" else %%BIN%% "$*" fi