scripts/README.md

14 lines
304 B
Markdown

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
```
newsh "[command]" create executable `sh` script. Optionally add command.
```