mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
add whitespace to disk script
Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
parent
8bac2133e2
commit
cd3b656f8f
1 changed files with 1 additions and 1 deletions
2
bin/disk
2
bin/disk
|
@ -30,4 +30,4 @@ case $MP in
|
|||
/dev/*) MP=`grep "$MP" /proc/mounts | awk '{print $2}'` ;;
|
||||
esac
|
||||
|
||||
df -h -P "$MP" | tail -n 1 | awk '{printf "\005{= MW}%sB,%s\005{-}", $2, $5}'
|
||||
df -h -P "$MP" | tail -n 1 | awk '{printf "\005{= MW}%sB,%s\005{-} ", $2, $5}'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue