#!/bin/sh # Remove executable flag from files find $@ -type f -exec chmod a-x {} +