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