]> git.r.bdr.sh - rbdr/dotfiles/blame_incremental - zsh/functions/short-uptime.zsh
Update yum to dnf
[rbdr/dotfiles] / zsh / functions / short-uptime.zsh
... / ...
CommitLineData
1short-uptime () {
2 uptime | awk '{print $(3)"d "$(5)" "$(NF+0)" "$(NF-1)" "$(NF-0)}'
3}