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

Diff of /recepies/netpipe-tcp/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 101 by dpavlin, Mon May 25 22:11:35 2009 UTC revision 168 by dpavlin, Sat Feb 20 17:35:22 2010 UTC
# Line 1  Line 1 
1  graph:  graph:
2            find . -name "*.np" -size 0 -exec rm {} \;
3          ./np2graphviz.pl | dot -Tpng -o graph.png && qiv graph.png          ./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

Legend:
Removed from v.101  
changed lines
  Added in v.168

  ViewVC Help
Powered by ViewVC 1.1.26