mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-19 13:46:17 +10:00
5 lines
151 B
Bash
Executable File
5 lines
151 B
Bash
Executable File
#! /bin/bash
|
|
|
|
upt="$(uptime --pretty | sed -e 's/up //g' -e 's/ hours/h/g' -e 's/ hour/h/g' -e 's/ minutes/m/g' -e 's/, //g')"
|
|
echo -e "$upt uptime "
|