diff --git a/lab-redes/conf-runonsave.sh b/lab-redes/conf-runonsave.sh index a218d72..18f5eb1 100644 --- a/lab-redes/conf-runonsave.sh +++ b/lab-redes/conf-runonsave.sh @@ -22,9 +22,11 @@ cat < ~/.config/Code/User/settings.json } EOF +echo "Esperando 5 segundos..." sleep 5 +echo "Espera concluĂ­da." -mkdir "/tmp/${USER}" && +mkdir -p "/tmp/${USER}" && cd "/tmp/${USER}" && \ curl -O https://gilito.com.pt/ci/emeraldwalk.runonsave-0.2.7.zip && \ unzip -o emeraldwalk.runonsave-0.2.7.zip && \