Compare commits

..

No commits in common. "main" and "release-002" have entirely different histories.

View file

@ -16,11 +16,9 @@ convert_to_html(){
}
upload(){
for HTML in $(ls *.html)
for HTML in $(ls *.md)
do
echo "::::::::::::::::::::::::::::::::::"
echo "USAR scp O ftp O CUALQUIER OTRA COSA PARA SUBIR LOS HTML A UN APACHE: $HTML"
cat $HTML
done
}