mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-04 17:13:02 +00:00
fixup
This commit is contained in:
parent
a593077d46
commit
593dc2d5ce
1 changed files with 1 additions and 1 deletions
|
@ -33,5 +33,5 @@ echo ">>> Settings";
|
|||
echo "INPUT $INPUT";
|
||||
|
||||
echo ">>> Uniquifying dataset";
|
||||
/usr/bin/env time -v src/index.mjs --verbose --source "${INPUT}" --count-file "${COUNT_FILE}";
|
||||
/usr/bin/env time -v src/index.mjs uniq --verbose --source "${INPUT}" --count-file "${COUNT_FILE}";
|
||||
echo ">>> exited with code $?";
|
||||
|
|
Loading…
Reference in a new issue