dotfiles/.local/bin/scripts/unx

4 lines
95 B
Text
Raw Normal View History

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