#!/bin/bash # List all production readiness scripts with descriptions echo "==========================================" echo "Production Readiness Scripts" echo "==========================================" echo "" SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" cat <