IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 10, 2007, 12:12:35 PM (20 years ago)
Author:
eugene
Message:

first pass on convering queues to books

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_00/ippTasks/pantasks.pro

    r10760 r11011  
    8080  end
    8181end
     82
     83macro setcommand
     84  local n
     85  $command = ""
     86  for n 1 $0
     87    $command = $command $$n
     88  end
     89  if ($VERBOSE > 1)
     90    echo "command $command"
     91  end
     92  command $command
     93end
Note: See TracChangeset for help on using the changeset viewer.