#!/bin/sh LOCOE=/usr/compat/linux/usr/bin/locoe if [ $# -ne 0 ]; then if=$1; else if=-i-; fi exec $LOCOE "$if" -o- 2>/dev/null .