diff options
author | Anders Lördal <anders@lordal.se> | 2016-06-09 13:04:26 +0200 |
---|---|---|
committer | Anders Lördal <anders@lordal.se> | 2016-06-09 13:04:26 +0200 |
commit | ee732bce239d84b3263d3e68f599f64d84d17824 (patch) | |
tree | 25a0a3dc6cd16a4ed9faa498d7dd99f4cac05c52 /scripts/aggregate.sh | |
parent | 1eff1bd0da7bd0d3805b864fa037d57150486d71 (diff) |
Updated test in Makefile and added cleaning to aggregate.se
Diffstat (limited to 'scripts/aggregate.sh')
-rwxr-xr-x | scripts/aggregate.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/aggregate.sh b/scripts/aggregate.sh index 5bc3be8c..2ed4155c 100755 --- a/scripts/aggregate.sh +++ b/scripts/aggregate.sh @@ -3,6 +3,8 @@ DIR=`pwd` ODIR=$1 +rm $DIR/*.xml + grep -v -e '^#' $ODIR/metadata.lst | (while read url cert; do cfile="" if [ "x$cert" != "x" ]; then |