aboutsummaryrefslogtreecommitdiff
path: root/utils/mt5311/files/init.lua
blob: d6402c517d24a36efdc6773b40cab9f5fa0f3d16 (plain)
1
2
3
4
5
6
7
8
9
10
11
-- mt5311 init file, makes mt5311 importable as module 

local dir = '/usr/lib/lua/mt5311/'
local file = dir .. 'ebm.lua'
arg={}
arg[0] = file

mt5311 = assert(loadfile(file))(arg)

return mt5311