-
-
Save mba811/11a76b3e6ff5eb8e84d6 to your computer and use it in GitHub Desktop.
Today Scripts:个性化 Yosemite 通知栏-Storage volume
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
df -Hl | { | |
read keys; | |
keys="${keys%% on}"; | |
while read ${keys//%}; do | |
echo "`basename "$Mounted"` - $Used/$Size ($Capacity)"; | |
done | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment