diff --git a/convert-to-html-and-upload-to-apache.sh b/convert-to-html-and-upload-to-apache.sh index f82c6f2..c84629f 100755 --- a/convert-to-html-and-upload-to-apache.sh +++ b/convert-to-html-and-upload-to-apache.sh @@ -16,9 +16,11 @@ convert_to_html(){ } upload(){ - for HTML in $(ls *.md) + for HTML in $(ls *.html) do + echo "::::::::::::::::::::::::::::::::::" echo "USAR scp O ftp O CUALQUIER OTRA COSA PARA SUBIR LOS HTML A UN APACHE: $HTML" + cat $HTML done }