]> git.r.bdr.sh - rbdr/dotfiles/blob - functions/short-uptime.bash
62f5c0994ac0a061296afc6b7f206c58536e8056
[rbdr/dotfiles] / functions / short-uptime.bash
1 #!/usr/bin/env bash
2 uptime | awk '{print $(3)"d "$(5)" "$(NF+0)" "$(NF-1)" "$(NF-0)}'