mirror of
https://github.com/nboughton/dotfiles
synced 2024-11-26 04:28:43 +01:00
3 lines
156 B
Bash
Executable File
3 lines
156 B
Bash
Executable File
#!/bin/bash
|
|
~/.config/waybar/modules/covid/covid-checker ltla E07000012 | jq -jr '[.class, .text] | join(" ")' | sed -e 's/DOWN//' | sed -e 's/UP//'
|