fix #14 Schönheitsfehler im diff: No newline at end of file
This commit is contained in:
parent
45061757f8
commit
489a5cf5b7
|
@ -63,6 +63,7 @@ tasks:
|
|||
- |
|
||||
$OPENREFINE_CLIENT -P $PORT --export --template "$(< ../../../rules/siegen/template.txt)" --rowSeparator "
|
||||
<!-- SPLIT -->
|
||||
" --suffix "
|
||||
" --output siegen.txt $PROJECT
|
||||
# Statistik zu Laufzeit und Ressourcenverbrauch
|
||||
- ps -o start,etime,%mem,%cpu,rss -p $(lsof -t -i:$PORT)
|
||||
|
|
|
@ -66,6 +66,7 @@ tasks:
|
|||
- |
|
||||
$OPENREFINE_CLIENT -P $PORT --export --template "$(< ../../../rules/wuppertal/template.txt)" --rowSeparator "
|
||||
<!-- SPLIT -->
|
||||
" --suffix "
|
||||
" --output wuppertal.txt $PROJECT
|
||||
# Statistik zu Laufzeit und Ressourcenverbrauch
|
||||
- ps -o start,etime,%mem,%cpu,rss -p $(lsof -t -i:$PORT)
|
||||
|
|
Loading…
Reference in New Issue