make.ctf
#!/bin/sh /ss/bin/ss.exe
<%
st = currentTimeMillis()
basedir = path() + separator()
make(basedir + "test.ctf")
%>
Make
Elapse time: <%=currentTimeMillis() - st%> milliseconds
==================================================
test.ctf
<%
for i = 1 to 10
next
%>