#!/bin/lua xml=require("xml") for i,v in ipairs(arg) do print("# file: "..v) xml.mkidf(v) end