|
Last change
on this file was
759,
checked in by westram, 23 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 |
|---|
| 2 | tmp=/tmp/arb_fdnaml_${USER}_$$ |
|---|
| 3 | mv infile $tmp |
|---|
| 4 | nice -19 $1 < $tmp & |
|---|
| 5 | sig=$! |
|---|
| 6 | /bin/echo "$sig $$ \c" >>/tmp/arb_pids_${USER}_${ARB_PID} |
|---|
| 7 | wait |
|---|
| 8 | # echo $tmp not deleted for debugging purposes |
|---|
| 9 | rm -f $tmp |
|---|
| 10 | rm -f checkpoint.$sig |
|---|
| 11 | mv treefile.$sig treefile |
|---|
Note: See
TracBrowser
for help on using the repository browser.