#!/bin/bash DO_NOT_PROCESS_HTML=true source $SCRIPT_DIR/utils/parse-article.sh cat < $ stat -c "%w" \\ > $ARTICLE_FILE_SANITIZED $ARTICLE_BYTES $ARTICLE_TIME $( for i in "${ARTICLE_TAGS[@]}"; do echo "$i" done ) $(strip-html-tags "$ARTICLE_CONTENT" | head -c 120)... Ler artigo completo POST
$(strip-html-tags "$ARTICLE_CONTENT" | head -c 120)...