#!/bin/sh

find $1 -type f -perm +0100 -exec bsign --unsigned -q \{\} \; -print

