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
Files
5ccc81a85aa3900cd2ebc228d7b6b35c540665c6
my-scripts
/
weather
T
6 lines
59 B
Bash
Raw
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
2023-08-18 11:00:43 +02:00
curl
"http://wttr.in/
$1
?m"
Reference in New Issue
Copy Permalink