source: tags/initial/SH/arb_fastdnaml

Last change on this file was 2, checked in by oldcode, 24 years ago

Initial revision

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 213 bytes
Line 
1#!/bin/sh
2tmp=/tmp/arb_fdnaml_${USER}_$$
3mv infile $tmp
4nice -19 fastdnaml < $tmp &
5sig=$!
6/bin/echo "$sig $$ \c" >>/tmp/arb_pids_${USER}_${ARB_PID}
7wait
8rm -f $tmp
9rm -f checkpoint.$sig
10mv treefile.$sig treefile
Note: See TracBrowser for help on using the repository browser.