#!/bin/bash showInstructions() { isHeader "Usage Instructions" isNotice "TIP - You can use multiple options at once, but it will be in the order below" echo "" isNotice "Please select 'c' to edit the config." isNotice "Please select 'i' to install." isNotice "Please select 'u' to uninstall." isNotice "Please select 's' to shutdown." isNotice "Please select 'r' to restart." isNotice "Please select 't' to use the tools (if available)" }