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