scripts/README.md

14 lines
303 B
Markdown
Raw Normal View History

2020-02-17 20:24:59 +00:00
Useful utility scripts.
2020-02-17 20:27:38 +00:00
## Install
2020-02-17 20:21:31 +00:00
`install.sh` -- install all files in `./src/` to install directory (`/usr/local/bin/`).
2020-02-17 20:24:59 +00:00
2020-02-17 20:21:31 +00:00
`install.sh -u` -- uninstall all files in `./src/` from install directory.
2020-02-17 20:27:38 +00:00
## Files
```
newsh [command] create executable `sh` script. Optionally add command.
```