Skip to content

Instantly share code, notes, and snippets.

@baxen
baxen / explore.sh
Last active January 26, 2026 23:51
Mesh exploration script for blox workstations
#!/bin/bash
# Exploration script for mesh workstations
# Downloads experimental goose build and runs exploration recipe
set -e
# REPO_DIR is the directory name where the repo was cloned (e.g., "java" for java.git)
# SUBDIR is the subdirectory path within a monorepo (e.g., "beemo")
# Empty SUBDIR means we're exploring the whole repo
REPO_DIR="${1:-}"
This file has been truncated, but you can view the full file.
<!DOCTYPE html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<script>L_PREFER_CANVAS = false; L_NO_TOUCH = false; L_DISABLE_3D = false;</script>
<script src="https://unpkg.com/leaflet@1.0.1/dist/leaflet.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/1.0.0/leaflet.markercluster-src.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/1.0.0/leaflet.markercluster.js"></script>