/[Sack]/trunk/bin/dual.sh
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 /trunk/bin/dual.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 49 - (hide annotations)
Thu Sep 24 17:44:25 2009 UTC (14 years, 9 months ago) by dpavlin
File MIME type: application/x-sh
File size: 258 byte(s)
killall sack.pl before start
1 dpavlin 38 #!/bin/sh -x
2    
3     LIMIT=$1
4     test -z "$LIMIT" && LIMIT=500
5    
6 dpavlin 49 killall sack.pl
7    
8 dpavlin 38 splitvt \
9 dpavlin 39 -upper "./bin/sack.pl --offset 0 --limit $LIMIT --port 4444" \
10     -lower "./bin/sack.pl --offset $LIMIT --limit $LIMIT --connect 127.0.0.1:4444" \
11 dpavlin 38 -bottom
12    

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26