#!/usr/bin/env bash # Illuscape installer — thin wrapper around install.py # Usage: ./install.sh [--preset=cc|cs6] [--yes] set -euo pipefail SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" exec python3 "$SCRIPT_DIR/install.py" "$@"