]> Sergey Matveev's repositories - tofuproxy.git/blobdiff - fifos/multitail.sh
Refactoring
[tofuproxy.git] / fifos / multitail.sh
similarity index 55%
rename from multitail.sh
rename to fifos/multitail.sh
index f52773caee0771713b5576db6ae7a737a42dcc58..e6f29fb096f4871fdc2e5f3142012bc65a8cf50e 100755 (executable)
@@ -2,10 +2,10 @@
 
 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"
+    -t "Certificates" -ci magenta -l "while :; do tai64nlocal < cert ; done" \
+    -t "Errors" -ci red -L "while :; do tai64nlocal < err ; done" \
+    -t "Responses" -ci green --label "< " -l "while :; do tai64nlocal < ok ; done" \
+    -t "Others" -ci white -L "while :; do tai64nlocal < other ; done" \
+    -t "Redirections" -ci cyan --label "R " -L "while :; do tai64nlocal < redir ; done" \
+    -t "Requests" -ci blue --label "> " -L "while :; do tai64nlocal < req ; done" \
+    -t "TLS connections" -ci yellow --label "S " -L "while :; do tai64nlocal < tls ; done"