mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
10 lines
119 B
Plaintext
Executable File
10 lines
119 B
Plaintext
Executable File
# store boot time
|
|
#
|
|
# runlevels: openelec, text, debug
|
|
|
|
(
|
|
progress "saving Bootdate"
|
|
|
|
/bin/date > /tmp/bootdate
|
|
)&
|