make.ctf

#!/bin/bash /ss/bin/ss.exe
<%
    st = currentTimeMillis()

    basedir = path() + separator()
    make(basedir + "test.ctf")
%>

<html>
    <head>
        <title>Make</title>
    </head>
    <body>

        Elapse time: <%=currentTimeMillis() - st%> milliseconds
    </body>
    </body>
</html>



==================================================
test.ctf

<%
    for i = 1 to 10
    next
%>




