some modifications
This commit is contained in:
parent
44e981255b
commit
93198033eb
5 changed files with 2546 additions and 12 deletions
4
scripts/meteo.sh
Normal file
4
scripts/meteo.sh
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
locations="Vicques\nLausanne\nBern"
|
||||
selected=$(echo -e $locations | fzf)
|
||||
curl wttr.in/$selected
|
||||
Loading…
Add table
Add a link
Reference in a new issue