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