#!/bin/sh # Script de prueba: genera config en ./tmp_config/config.yml para validar el contenido set -eu CONFIG_DIR=./tmp_config CONFIG_PATH="$CONFIG_DIR/config.yml" mkdir -p "$CONFIG_DIR" cat > "$CONFIG_PATH" <