aboutsummaryrefslogblamecommitdiff
path: root/check/bash.sh
blob: fbe62a0c5a4037544686a0256e5b026f9cf637a9 (plain) (tree)
1
2
3
4
5
6
7
8
9






                                   
           
                              
    
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