fbc: Added leading $ to name string to indicate a command line
This commit is contained in:
parent
c668749b29
commit
f3af42a55d
|
@ -1,3 +1,3 @@
|
|||
fbc() {
|
||||
"$@" |& tee /dev/fd/2 | fb -n "$*"
|
||||
"$@" |& tee /dev/fd/2 | fb -n "\$ $*"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue