You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
journalctl -fu visitors -o cat -n 0 _TRANSPORT=stdout | jq --unbuffered -r 'if .occupied==.ts then "in" else if .ids==[] then "out" else empty end end | @text' | while read -r state; do