This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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 | |
| # ============================================================ |