Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 694 Bytes

File metadata and controls

21 lines (18 loc) · 694 Bytes

Scriptify

Scriptify automates the intial process of creating a bash script by creating the file, making it executable and readable and then adding the shebang line. The file can be opened in your preferred editor on the fly when the file creation is successful.

Installation

$ git clone https://github.com/Keys02/scriptify
$ cp ./scriptify/scriptify ~/.local/bin

Usage

You can get the help on how to use scriptify by executing

$ scriptify -h

The simplest usage of scriptify is by just creating the file and making it executable

$ scriptify -f foo.sh

Contributions

Feel free to fork the repository, submit issues, or contribute improvements.