dotfiles/.local/bin/scripts/unx

4 lines
95 B
Bash
Executable File

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