Project

General

Profile

« Previous | Next » 

Revision 9901

inputs/.TNRS/tnrs/tnrs.make: include the end time in addition to the start time so that the total runtime can be calculated

View differences:

inputs/.TNRS/tnrs/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