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
7768df55a6
my-scripts
/
weather
6 lines
59 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add bash strict options.
2024-12-31 10:03:56 +00:00
#!/bin/bash
set -euo pipefail
weather: use proper URL Signed-off-by: Nicolás Ortega Froysa <nicolas@ortegas.org>
2023-08-18 09:00:43 +00:00
curl "http://wttr.in/$1?m"
Reference in New Issue
Copy Permalink