mirror of
https://github.com/GMGNAI/gmgn-skills.git
synced 2026-08-19 02:58:07 +00:00
Replace awk+echo with python3+printf to correctly serialize the PEM private key as a single-line \n-escaped value when writing to .env. The awk approach produced multi-line output that broke .env parsing. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>