#!/usr/bin/env bash
# Bulk download script for ENCSR000BUN
# Generated from Yeo Lab Publications Database
# Total files: 0

OUTDIR="ENCSR000BUN"
mkdir -p "$OUTDIR"
cd "$OUTDIR"

echo "Download complete. Files saved to $OUTDIR"