#!/bin/bash
find /home/beieli/bt-readings -type f -print -exec cat {} \;
echo
