aboutsummaryrefslogtreecommitdiff
path: root/check/bash.sh
blob: 1f9e1b384d06df697e2acdae134be57b8337e84b (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'