#!/bin/zsh

find dist -type f -exec 'file' '{}' ';'  | grep ': Mach-O 6';
