#!/bin/bash
nohup python3 -m http.server 8080 > servidor.log 2>&1 &
