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