Added fbc: paste from pipe, with the paste named like the command run
This commit is contained in:
parent
d10cdf555a
commit
e240e96f29
|
@ -0,0 +1,3 @@
|
|||
fbc() {
|
||||
"$@" |& tee /dev/fd/2 | fb -n "$*"
|
||||
}
|
Loading…
Reference in New Issue