Another copy of my dotfiles. Because I don't completely trust GitHub.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
223 B

4 years ago
  1. #! /bin/sh
  2. #localización
  3. #initloc=$(curl -s ifconfig.co/city)
  4. #if [ "$initloc" == "La Paz" ]; then
  5. # loc="LAP"
  6. #else
  7. # loc=init-loc
  8. #fi
  9. # obtener clima
  10. #curl -s "wttr.in/$loc?format=%t"
  11. curl -s "wttr.in/?format=%t"