function actions.init() os.execute("mkdir -p target") os.execute("luacomp module/bootloader.lua -O target/init.lua") end actions[#actions+1] = "init"