dotfiles/.local/bin/scripts/unx
2022-01-10 11:52:17 +01:00

3 lines
95 B
Bash
Executable file

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