function _init(args) if #args>0 then print(fs.read(table.concat(args, ""))) else print("Missing filename. Correct usage: read [filename]") end end