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