Files
home/Projects/kompose/cleanup-docs.sh
2025-10-08 10:35:48 +02:00

13 lines
277 B
Bash
Executable File

#!/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"