mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
misc: rotate crash.log for kobo/kindle/pocketbook
This commit is contained in:
12
reader.lua
12
reader.lua
@@ -1,4 +1,16 @@
|
||||
#!./luajit
|
||||
print(string.format([[
|
||||
---------------------------------------------
|
||||
launching...
|
||||
_ _____ ____ _
|
||||
| |/ / _ \| _ \ ___ __ _ __| | ___ _ __
|
||||
| ' / | | | |_) / _ \/ _` |/ _` |/ _ \ '__|
|
||||
| . \ |_| | _ < __/ (_| | (_| | __/ |
|
||||
|_|\_\___/|_| \_\___|\__,_|\__,_|\___|_|
|
||||
|
||||
[*] Current time: %s
|
||||
]], os.date("%x-%X")))
|
||||
|
||||
|
||||
-- load default settings
|
||||
require "defaults"
|
||||
|
||||
Reference in New Issue
Block a user