#!/bin/bash

r=.cpanreporter/reports-sent.db
statusfile=`ls -rt /tmp/smoker-status-*.txt|tail -1`

free -m
echo
df -h /mnt/smoke
echo
head -2 /tmp/smoke.out
echo
wc -l $r
echo `cat $statusfile`
echo
tail -20 $r

