/[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

Annotation of /recepies/netpipe-tcp/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


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

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

  ViewVC Help
Powered by ViewVC 1.1.26