This website requires JavaScript.
Explore
Help
Sign In
nortega
/
my-scripts
Watch
1
Star
0
Fork
0
You've already forked my-scripts
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
my-scripts
/
weather
6 lines
59 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
Add bash strict options.
2024-12-31 11:03:56 +01:00
#!/bin/bash
set -euo pipefail
weather: use proper URL Signed-off-by: Nicolás Ortega Froysa <nicolas@ortegas.org>
2023-08-18 11:00:43 +02:00
curl "http://wttr.in/$1?m"
Reference in New Issue
Copy Permalink