- make (
mk...
) + executable (...exec
)
Takes one or more arguments/options to make one or more file-items executable within a shell enviroment.
curl https://github.com/matt-d-b/...
git clone https://github.com/...
mv mkexec.sh ~/bin/mkexec
chmod +x mkexec
# NAME
# mkexec
#
# Version
# 1.1.0
#
# DESC
# Makes a given file an executable, via `chmod +x`.
#
# USAGE
# $ mkexec [FILE]
# $ mkexec -h | --help
# $ mkexec -v | --version