aboutsummaryrefslogblamecommitdiff
path: root/check/bash.sh
blob: a3efccb192e7e440a34d9bc59a66594373d5144e (plain) (tree)
1
2
3
4
5
                                       
                              
                           

                                                   
for bash in bash/* bash/bashrc.d/* ; do
    [ -f "$bash" ] || continue
    bash -n "$bash" || exit
done
printf 'All bash(1) scripts parsed successfully.\n'