feat: add logger module & rewrite kobo suspend script in lua

This commit is contained in:
Qingping Hou
2016-12-29 00:10:38 -08:00
parent 5bda44473d
commit f95ad00b9e
61 changed files with 518 additions and 436 deletions

View File

@@ -1,5 +1,5 @@
#!./luajit
io.stdout:write(string.format([[
io.stdout:write([[
---------------------------------------------
launching...
_ _____ ____ _
@@ -8,8 +8,7 @@ io.stdout:write(string.format([[
| . \ |_| | _ < __/ (_| | (_| | __/ |
|_|\_\___/|_| \_\___|\__,_|\__,_|\___|_|
[*] Current time: %s
]], os.date("%x-%X")))
[*] Current time: ]], os.date("%x-%X"), "\n\n")
io.stdout:flush()