#!/usr/bin/env bash # ============================================================================ # BLACKROAD OS, INC. - PROPRIETARY AND CONFIDENTIAL # Copyright (c) 2025-2026 BlackRoad OS, Inc. All Rights Reserved. # # This code is the intellectual property of BlackRoad OS, Inc. # AI-assisted development does not transfer ownership to AI providers. # Unauthorized use, copying, or distribution is prohibited. # NOT licensed for AI training or data extraction. # ============================================================================ cat <<'EOT' | perl -pe 's/\\e/\e/g' \e[38;5;208m############################################################\e[0m \e[38;5;208m## ##\e[0m \e[38;5;202m## BLACKROAD OS BOOT SEQUENCE INITIALIZING ##\e[0m \e[38;5;208m## ##\e[0m \e[38;5;198m## Sovereign Infrastructure ##\e[0m \e[38;5;163m## Agent and System Orchestration ##\e[0m \e[38;5;33m## Protocol First - Not SaaS ##\e[0m \e[38;5;208m## ##\e[0m \e[38;5;208m############################################################\e[0m \e[38;5;255m[ OK ] kernel loaded\e[0m \e[38;5;255m[ OK ] protocol layer online\e[0m \e[38;5;198m[ >> ] agents initializing\e[0m \e[38;5;163m[ >> ] orchestration mesh forming\e[0m \e[38;5;33m[ OK ] system sovereign\e[0m \e[38;5;202mBLACK\e[0m\e[38;5;208mROAD\e[0m \e[38;5;33mOS\e[0m \e[38;5;255mcontrol without delegation\e[0m EOT