#!/bin/bash

mkdir -p ../results

cat ../metrics/* > ../results/metrics_table.txt
