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

Diff of /trunk/bin/cloud.sh

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

revision 69 by dpavlin, Fri Sep 25 16:29:38 2009 UTC revision 71 by dpavlin, Fri Sep 25 16:37:11 2009 UTC
# Line 35  function node { Line 35  function node {
35    
36          full="$ssh $v $2/srv/Sack/bin/sack.pl --listen $port --limit $limit --offset $offset"          full="$ssh $v $2/srv/Sack/bin/sack.pl --listen $port --limit $limit --offset $offset"
37          if [ ! -z "$DISPLAY" ] ; then          if [ ! -z "$DISPLAY" ] ; then
38                  xterm -T $port -e $full &                  xterm -T "$1 $port" -e $full &
39          else          else
40                  $full &                  $full &
41          fi          fi

Legend:
Removed from v.69  
changed lines
  Added in v.71

  ViewVC Help
Powered by ViewVC 1.1.26