#!/bin/sh

find $1 -type f -exec cat {} \; | wc -l
