Added fbc: paste from pipe, with the paste named like the command run

This commit is contained in:
David Thurstenson 2021-03-20 14:09:08 -05:00
parent d10cdf555a
commit e240e96f29
1 changed files with 3 additions and 0 deletions

3
.bashrc.d/fbc.bash Normal file
View File

@ -0,0 +1,3 @@
fbc() {
"$@" |& tee /dev/fd/2 | fb -n "$*"
}