#!/usr/bin/env bash echo "๐Ÿงน Cleaning up old documentation files..." # Remove old documentation rm -f DATABASE_OPS.md rm -f HOOKS.md rm -f NETWORK_CONFIG.md rm -f SMTP_STATUS.md echo "โœ… Old documentation files removed!" echo "๐Ÿ“– All documentation is now in README.md"