Skip to content

Instantly share code, notes, and snippets.

View colorxxx's full-sized avatar

colorxxx

View GitHub Profile
@colorxxx
colorxxx / re-fma-install-all.sh
Created April 5, 2026 02:07
RE-FMA: 부동산 재무모델링 평가 AI 에이전트 (Claude Code) - Self-extracting installer
#!/usr/bin/env bash
set -euo pipefail
# ============================================================
# RE-FMA Agent Self-Extracting Installer
# 부동산 재무모델링 평가 AI 에이전트 원클릭 설치
#
# Usage: bash re-fma-install-all.sh [OPTIONS]
# -p PATH Custom project path (default: ~/re-fma)
# -f Force overwrite
# ============================================================