/[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 57 - (hide annotations)
Fri Sep 25 10:07:04 2009 UTC (14 years, 9 months ago) by dpavlin
File MIME type: application/x-sh
File size: 238 byte(s)
new connect with just port

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 57 -upper "./bin/sack.pl --offset 0 --limit $LIMIT --port 4444" \
10     -lower "./bin/sack.pl --offset $LIMIT --limit $LIMIT --connect 4444" \
11 dpavlin 38 -bottom
12    

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26