#!/bin/sh multitail \ -wh 10 \ -t "Certificates" -ci magenta -l "while :; do tai64nlocal < fifos/cert ; done" \ -t "Errors" -ci red -L "while :; do tai64nlocal < fifos/err ; done" \ -t "Responses" -ci green --label "< " -l "while :; do tai64nlocal < fifos/ok ; done" \ -t "Others" -ci white -L "while :; do tai64nlocal < fifos/other ; done" \ -t "Redirections" -ci cyan --label "R " -L "while :; do tai64nlocal < fifos/redir ; done" \ -t "Requests" -ci blue --label "> " -L "while :; do tai64nlocal < fifos/req ; done" \ -t "TLS connections" -ci yellow --label "S " -L "while :; do tai64nlocal < fifos/tls ; done"