mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 19:40:24 +10:00
Lots of updates.
This commit is contained in:
4
.local/bin/upt
Executable file
4
.local/bin/upt
Executable file
@@ -0,0 +1,4 @@
|
||||
#! /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 "
|
||||
Reference in New Issue
Block a user