11 lines
215 B
Lua
11 lines
215 B
Lua
-- Description: TODO your description here
|
|
-- Version: 0.1.0
|
|
-- License: GPL-3.0
|
|
-- Source: notifications
|
|
|
|
function run(arg)
|
|
-- TODO your code here
|
|
sleep(1)
|
|
info('notication!: ' .. json_encode(arg))
|
|
end
|