mirror of
https://github.com/nboughton/dotfiles
synced 2024-11-22 23:51:57 +01:00
4 lines
65 B
Bash
Executable File
4 lines
65 B
Bash
Executable File
#!/bin/bash
|
|
report=$(curl wttr.in/?format="%C,+%t")
|
|
echo $report
|