scripts/README.md

16 lines
402 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:43:34 +00:00
| Script | Comment |
2020-02-17 20:36:54 +00:00
|---|---|
2020-02-17 20:45:44 +00:00
|newsh ["command"]|Create executable `sh` script. Optionally add `command`.|
2020-02-17 20:50:26 +00:00
|newbash ["command"]|Create executable `bash` script. Optionally add `command`.|
2020-02-17 20:33:54 +00:00