Files
dotfiles/polybar/scripts/muestraTiempo_detalle.sh

10 lines
144 B
Bash
Executable File

#!/bin/bash
# Author by : Daniel Heras
# Mail : dani.heras@hotmail.com
curl wttr.in/Béjar
echo "Pulsa una tecla para salir"
read q
exit 1