#!/bin/sh #< 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