#!/bin/athena/bash

d=`ls -1 -d results_* | tail -1`
cd "$d"
cat * >all.txt
cd ..
python calc.py "$d/all.txt"
