bashrc/.bashrc.d/fbc.bash

4 lines
46 B
Bash

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