#!/bin/sh find . \( -type f -o -type d \) | wc -l | tr -d ' '