2 lines
64 B
Plaintext
2 lines
64 B
Plaintext
return tonumber(fs.readfile('/proc/uptime'):match('^([^ ]+) '))
|
return tonumber(fs.readfile('/proc/uptime'):match('^([^ ]+) '))
|