git.r.bdr.sh
/
rbdr
/
dotfiles
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Add figlet sample
[rbdr/dotfiles]
/
tmux-segments
/
short-uptime
Commit
Line
Data
4f36c993
BB
1
#!/usr/bin/env bash
2
uptime | awk '{print $(3)"d "$(5)" "$(NF+0)" "$(NF-1)" "$(NF-0)}'