summaryrefslogtreecommitdiffstats
path: root/src.etc/init.d/boottime
blob: d8b6c95c3a45be819660f87fb7d6136c62452b0d (plain)
1
2
3
4
5
6
7
8
#!/bin/sh /etc/rc.common

START='99'

start()
{
	tty_printf 'Booted in %s seconds' "$(cut -d ' ' -f 1 /proc/uptime)"
}