commit 0d63fcc8a35813e502941643de2a7579b8091ef7 parent 044132260e3aaa09c226a82376bf8b2ca4dd28be Author: sin <sin@2f30.org> Date: Tue, 23 Feb 2016 14:43:55 +0000 Add example usage for sbm-plot Diffstat:
M | sbm-plot | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/sbm-plot b/sbm-plot @@ -1,5 +1,8 @@ #!/bin/sh # See LICENSE file for copyright and license details. +# +# Example usage: +# sbm -c 60 -t | sbm-plot > stats.png command -v gnuplot >/dev/null || { echo gnuplot is not installed 1>&2