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 | |
| # install.sh — instala os arquivos do gerador de mockup. | |
| # Gerado automaticamente. Não edite manualmente. | |
| # Uso: curl -sL URL -o /tmp/install.sh && bash /tmp/install.sh | |
| set -euo pipefail | |
| DIR="$HOME/.wolf/skills/campaign-personalization-seguros/preview-template" | |
| mkdir -p "$DIR" | |
| # render_preview.py (28726 bytes, md5 34da464878ec3245471cbc8d8f2af1f4) |
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 | |
| # install.sh — instala os arquivos do gerador de mockup. | |
| # Gerado automaticamente. Não edite manualmente. | |
| # Uso: bash install.sh (instala na pasta do script) | |
| # curl -sL URL | bash (instala no path padrão) | |
| set -euo pipefail | |
| DIR="${MAESTRO_INSTALL_DIR:-${0:+$(cd "$(dirname "$0")" && pwd)}}" | |
| DIR="${DIR:-$HOME/.wolf/skills/campaign-personalization-seguros/preview-template}" | |
| mkdir -p "$DIR" |