dotfiles/.local/bin/scripts/chexec

4 lines
127 B
Bash
Executable File

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