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)" }