#!/bin/sh
#
# $Revision: 1.5 $ $Date: 2012-07-26 17:11:48-04 $
# $Source: /home/vogelke/bin/RCS/mx,v $
# $Host: sys7.com $
# $UUID: 34834658-0238-3d9b-a3fe-fa5549b19efc $
#
#< mx: make something executable
#
# ZSH note: "mx" is assumed to refer to a hostname, so edit
# your .zcompdump file and remove the mx entry to use this script.
exec chmod 755 ${1+"$@"}
exit 1
