aboutsummaryrefslogtreecommitdiff
path: root/check/bash.sh
blob: 510f2af0416d623cd05a4f46dca26f4f6a54f5a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
set \
    bash/bash_completion \
    bash/bash_completion.d/*.bash \
    bash/bash_logout \
    bash/bash_profile \
    bash/bashrc \
    bash/bashrc.d/*.bash
for bash do
    bash -n -- "$bash" || exit
done
printf 'GNU Bash dotfiles parsed successfully.\n'