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 |
---|
2 | tmp=/tmp/arb_fdnaml_${USER}_$$ |
---|
3 | mv infile $tmp |
---|
4 | nice -19 fastdnaml < $tmp & |
---|
5 | sig=$! |
---|
6 | /bin/echo "$sig $$ \c" >>/tmp/arb_pids_${USER}_${ARB_PID} |
---|
7 | wait |
---|
8 | rm -f $tmp |
---|
9 | rm -f checkpoint.$sig |
---|
10 | mv treefile.$sig treefile |
---|
Note: See
TracBrowser
for help on using the repository browser.