7 lines
86 B
Lua
Raw Normal View History

local function filename()
local data = [[%t %m]]
return data
2020-12-30 15:48:51 +01:00
end
return filename