dotfiles/.local/bin/scripts/chexec
2023-04-10 18:31:48 +02:00

3 lines
124 B
Bash
Executable file

#!/bin/sh -ex
# Set exec flag on all files that should be executable
find -maxdepth 4 -name "*.sh" "$@" -exec chmod +x {} +