#!/bin/sh # Fire up bc(1), hushing it if it looks like GNU [ -e "$HOME"/.cache/bc/quiet ] && set -- --quiet "$@" exec bc "$@"