aboutsummaryrefslogtreecommitdiff
path: root/bin/bcq
diff options
context:
space:
mode:
Diffstat (limited to 'bin/bcq')
-rwxr-xr-xbin/bcq4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/bcq b/bin/bcq
new file mode 100755
index 00000000..7b950b56
--- /dev/null
+++ b/bin/bcq
@@ -0,0 +1,4 @@
+#!/bin/sh
+# Fire up bc(1), hushing it if it looks like GNU
+[ -e "$HOME"/.cache/bc/quiet ] && set -- --quiet "$@"
+exec bc "$@"