dotfiles/.local/bin/scripts/unx

4 lines
83 B
Bash
Executable File

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