aboutsummaryrefslogtreecommitdiff
path: root/bin/bcq.sh
blob: 71a796661dab1088463d954ef797530313ca7799 (plain) (blame)
1
2
3
# Fire up bc(1), hushing it if it looks like GNU
[ -e "$HOME"/.cache/bc/quiet ] && set -- --quiet "$@"
exec bc "$@"