Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 693 Bytes

README.md

File metadata and controls

44 lines (35 loc) · 693 Bytes

mkexec.sh

Simple bash script to make something (a file) executable.

  • make (mk...) + executable (...exec)

Overview

Takes one or more arguments/options to make one or more file-items executable within a shell enviroment.

Install

Quick, one-liner install

curl https://github.com/matt-d-b/...

From source

git clone https://github.com/...
mv mkexec.sh ~/bin/mkexec
chmod +x mkexec

Usage

# 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