Explorar el Código

weather

master
whiteline hace 1 año
padre
commit
3020a3007a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      weather

+ 1
- 1
weather Ver fichero

@@ -1,2 +1,2 @@
#!/bin/sh
curl wttr.in/`echo $* | sed 's/ /%20/'`
curl wttr.in/`echo $* | sed 's/ /%20/g'`

Cargando…
Cancelar
Guardar