Skip to content

matt-d-b/mkexec.sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple bash script to make a file executable.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages