mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
minor: always flush banner to stdout
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!./luajit
|
||||
print(string.format([[
|
||||
io.stdout:write(string.format([[
|
||||
---------------------------------------------
|
||||
launching...
|
||||
_ _____ ____ _
|
||||
@@ -10,6 +10,7 @@ print(string.format([[
|
||||
|
||||
[*] Current time: %s
|
||||
]], os.date("%x-%X")))
|
||||
io.stdout:flush()
|
||||
|
||||
|
||||
-- load default settings
|
||||
|
||||
Reference in New Issue
Block a user