#!/bin/bash # Startup script for zCode CLI X cd /home/uroma2/zcode-cli-x # Check if .env exists if [ ! -f ".env" ]; then echo "❌ .env file not found!" echo "Please copy .env.example to .env and configure your credentials." exit 1 fi # Start the bot echo "🚀 Starting zCode CLI X..." node bin/zcode.js --bot