Skip to content

Instantly share code, notes, and snippets.

View doesdev's full-sized avatar
💻
prolly just making codes

Andrew Carpenter doesdev

💻
prolly just making codes
View GitHub Profile
#!/usr/bin/env bash
#
# Binding of Isaac Mod Merger v5
# – Portable, non‐destructive, interactive or headless
# – Dry‐run, conflict resolution, dependency scan
# – File‐list editing (-f), metadata/log/README, Lua syntax check + dump on failure
# – Tracks conflicted mods and shows merge progress bar
#
set -euo pipefail
IFS=$'\n\t'