예제 #1
0
파일: Lines.cs 프로젝트: busterwood/ucg
        public override void Execute(XElement model, Context ctx)
        {
            var scriptPath = ExpandVars(_quoted, model, ctx);

            Scripts.Run(scriptPath, model, ctx);
        }