When running, you may view the combined status using a command like one of the following.
The logging dir will be specified in the first second of output from the test.sh script.
```sh
tail -f <LOGGINGDIR>/on*
tail -f <LOGGINGDIR>/sync*
tail -f <LOGGINGDIR>/build_nginx*
tail -f <LOGGINGDIR>/build_otel*
tail -f <LOGGINGDIR>/test_nginx*
tail -f <LOGGINGDIR>/test_otel*
tail -f <LOGGINGDIR>/off*
```
Additionally, virt.sh and nginx.sh can be sourced in a shell profile so that their
functions can be used at terminal prompt. For example, sourcing virt.sh will provide
the `vsh` function which turns on a VM, opens an SSH connection to it, and then turns it off again. Functions such as `vms_avail`, `vms_on`, and `vms_off` may also be of use.
In the future, routines will be added to nginx.sh that automate several local development and testing processes.
# Contributions
Any contributions which make the procedures defined in these scripts portable across
shells and platforms is welcomed. Any additional feature add for any enclosed script