aboutsummaryrefslogblamecommitdiff
path: root/bin/bcq.sh
blob: 1f4f3f9ec003e666d13cf86ce1f5770e3f677600 (plain) (tree)
1
2
3
4
5
                                                


                                               
            
# Fire up bc(1), hushing it if it looks like GNU
if [ -e "$HOME"/.cache/sh/opt/bc/quiet ] ; then
    set -- --quiet "$@"
fi
exec bc "$@"