4 lines
107 B
Bash
Executable file
4 lines
107 B
Bash
Executable file
#!/bin/bash
|
|
|
|
wttr_cache="${HOME}/.cache/wttr.json"
|
|
jq -r '.current_condition[0].weatherCode' ${wttr_cache}
|