4 lines
96 B
Text
4 lines
96 B
Text
|
#!/usr/bin/env zsh
|
||
|
|
||
|
printf "\uf2f2 %.1f Days\n" $(($(cut -d ' ' -f 1 </proc/uptime) / 86400.0))
|