From ed67120e03fda848c4787871ea957564d8c4e8bb Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 26 Dec 2011 15:04:56 +0100 Subject: Add mpplot (plotting for mplog) --- mpplot/loop | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 mpplot/loop (limited to 'mpplot/loop') diff --git a/mpplot/loop b/mpplot/loop new file mode 100755 index 0000000..51840db --- /dev/null +++ b/mpplot/loop @@ -0,0 +1,8 @@ +#!/bin/sh + +while true; do + tail -n 2000 /tmp/wibble.log | head -n 1999 > /tmp/wibble.tail + gnuplot plot + convert /tmp/mp.ps /tmp/mp.png + date +done -- cgit v1.2.3