/[sysadmin-cookbook]/recepies/netpipe-tcp/Makefile
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /recepies/netpipe-tcp/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 168 - (show annotations)
Sat Feb 20 17:35:22 2010 UTC (14 years, 1 month ago) by dpavlin
File size: 256 byte(s)
cleanup empty *.np files

1 graph:
2 find . -name "*.np" -size 0 -exec rm {} \;
3 ./np2graphviz.pl | dot -Tpng -o graph.png && qiv graph.png
4
5 gnuplot:
6 ls */*.np | xargs -i ./gnuplot.sh {}
7
8 xlax:
9 mkxlax `cat hosts`
10
11 install:
12 cat hosts | xargs -i ssh {} apt-get install -y netpipe-tcp

  ViewVC Help
Powered by ViewVC 1.1.26