#!/bin/bash

find /usr/local -type f -readable -print0 | ./count -0 -b > /dev/null
find /usr/local -type f -readable -print0 | ./count -0 -b -s > /dev/null

seq 1234567 | ./count -c > /dev/null