fbc: Added leading $ to name string to indicate a command line

This commit is contained in:
David Thurstenson 2021-08-07 13:48:55 -05:00
parent c668749b29
commit f3af42a55d
1 changed files with 1 additions and 1 deletions

View File

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