dotfiles/.local/bin/scripts/unx

4 lines
95 B
Plaintext
Raw Normal View History

#!/bin/sh
2022-01-10 10:52:17 +00:00
# Recursively remove executable flag from files
find $@ -type f -exec chmod a-x {} +