dotfiles/scripts/meteo.sh
2025-07-15 21:36:26 +02:00

4 lines
108 B
Bash

#!/bin/bash
locations="Vicques\nLausanne\nBern"
selected=$(echo -e $locations | fzf)
curl wttr.in/$selected