install netpipe-tcp on all hosts with make install
[sysadmin-cookbook] / recepies / netpipe-tcp / Makefile
1 graph:
2         ./np2graphviz.pl | dot -Tpng -o graph.png && qiv graph.png
3
4 gnuplot:
5         ls */*.np | xargs -i ./gnuplot.sh {}
6
7 xlax:
8         mkxlax `cat hosts`
9
10 install:
11         cat hosts | xargs -i ssh {} apt-get install -y netpipe-tcp