mirror of https://github.com/ecmwf/eccodes.git
4 lines
78 B
Bash
4 lines
78 B
Bash
|
#This script times stuff to get nice reports
|
||
|
echo "DIRECTORY: " `pwd`
|
||
|
time $@
|