diff --git a/.bashrc.d/fbc.bash b/.bashrc.d/fbc.bash new file mode 100644 index 0000000..725c2eb --- /dev/null +++ b/.bashrc.d/fbc.bash @@ -0,0 +1,3 @@ +fbc() { + "$@" |& tee /dev/fd/2 | fb -n "$*" +}