source: branches/port5/SH/arb_fastdnaml

Last change on this file was 759, checked in by westram, 22 years ago

now needs 'used program name' as parameter

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