Revision 9901
Added by Aaron Marcuse-Kubitza over 11 years ago
tnrs.make | ||
---|---|---|
17 | 17 |
exec >>"$selfDir/logs/$selfName.log.sql" 2>&1 |
18 | 18 |
fi |
19 | 19 |
|
20 |
set -x |
|
21 |
date |
|
22 |
|
|
23 |
exec tnrs_db "$@" |
|
20 |
echo -n 'start time: '; date |
|
21 |
(set -x; tnrs_db "$@") |
|
22 |
echo -n 'end time: '; date |
Also available in: Unified diff
inputs/.TNRS/tnrs/tnrs.make: include the end time in addition to the start time so that the total runtime can be calculated