#!/bin/sh
# $Id: show-binhex,v 1.3 2001/07/10 21:17:25 rbasch Exp $

. /mit/mimeutils/share/scripts/utils.sh

# We want do-binhex to prompt the user.
MU_PROMPT=true
export MU_PROMPT

exec do-binhex "$1"
