Create a new channel as a copy of main.
Rename main to:
Delete main? This cannot be undone.
eval_all = function() for _,f in ipairs(love.filesystem.getDirectoryItems(Directory)) do local buf = love.filesystem.read(Directory..f) local status, error = live.eval(buf, f) if not status then return error end end end