scripts/README.md

15 lines
328 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
2020-02-17 20:33:54 +00:00
| Script | Comment |
2020-02-17 20:35:34 +00:00
| --- | --- |
| newsh "[command]" | create executable `sh` script. Optionally add command. |
2020-02-17 20:33:54 +00:00