Browse Source

weather

master
whiteline 1 year ago
parent
commit
3020a3007a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      weather

+ 1
- 1
weather View File

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

Loading…
Cancel
Save