configs/desktop/scripts/upt.sh

8 lines
177 B
Bash
Raw Normal View History

2022-10-29 16:46:38 -03:00
#!/bin/sh
upt="$(uptime --pretty | sed -e 's/up //g' -e 's/ days/d/g' -e 's/ day/d/g' -e 's/ hours/h/g' -e 's/ hour/h/g' -e 's/ minutes/m/g' -e 's/, / /g')"
echo -e "$upt "