Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
set -e
echo "Aurora Cloud Access Setup"
echo "================================"
# Function to check if a command exists
command_exists() {
command -v "$1" >/dev/null 2>&1
}