aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d/bc.bash
blob: 7cad9a52cc517d1adf7450609e15ca4f7b2beed7 (plain) (blame)
1
2
3
4
5
# Don't print the bc(1) welcome message
bc() {
    command bc -q "$@"
}