mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
devnull process listing stderr
Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
parent
c0fb7caa2d
commit
2cbbbe45fe
1 changed files with 1 additions and 1 deletions
|
@ -22,4 +22,4 @@ if [ "$1" = "--detail" ]; then
|
|||
exit 0
|
||||
fi
|
||||
|
||||
printf "\005{= yk}%s&\005{-} " $(ls -d /proc/[0-9]* | wc -l)
|
||||
printf "\005{= yk}%s&\005{-} " $(ls -d /proc/[0-9]* 2>/dev/null| wc -l)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue