configs/laptop/scripts/upt.sh

8 lines
177 B
Bash
Raw Permalink Normal View History

2024-02-10 10:13:44 -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 "