blob: fdbc950aff6c6d0be78a4f94d54778b1016ee474 [file] [log] [blame]
#!/bin/sh
# the next line restarts using tclsh \
exec tclsh "$0" "$@"
source makeconf.tcl
set binname [ getbinname ]
makeconf $binname server.conf
set apachepid [ exec $binname -X -f "[pwd]/server.conf" & ]
set oput [ exec ./dtcl.test ]
puts $oput
exec kill $apachepid