bashrc/.bashrc.d/fbc.bash

4 lines
49 B
Bash

fbc() {
"$@" |& tee /dev/fd/2 | fb -n "\$ $*"
}