deblan-report/helpers/uptime
2019-06-12 11:32:52 +02:00

6 lines
52 B
Bash

#!/bin/sh
get_uptime() {
uptime | sed 's/^\s//'
}