Script 55five Install Guide

To "install" and produce reports for agent scripts, you must configure Worksheets , which capture data entered by agents during calls. Five9 - Documentation Portal Configure Worksheet Questions VCC Administrator , navigate to the

shellcheck 55five.sh # install shellcheck first read -p "Review script? (y/n): " -n 1 -r echo if [[ $REPLY =~ ^[Yy]$ ]]; then less 55five.sh fi script 55five install

To ensure maintainability and readability, the script should follow best practices: To "install" and produce reports for agent scripts,

Make the installer executable and run it: you must configure Worksheets

or