A collection of helper scripts.
Go to file
Ray Elliott 61276804d4 check no file exists at install destination 2020-02-25 08:59:22 +00:00
src add newbash script 2020-02-17 20:50:26 +00:00
README.md add newbash script 2020-02-17 20:50:26 +00:00
install.sh check no file exists at install destination 2020-02-25 08:59:22 +00:00

README.md

Useful utility scripts.

Install

install.sh -- install all files in ./src/ to install directory (/usr/local/bin/).

install.sh -u -- uninstall all files in ./src/ from install directory.

Files

Script Comment
newsh ["command"] Create executable sh script. Optionally add command.
newbash ["command"] Create executable bash script. Optionally add command.