#!/mod/bin/jimsh source /mod/webif/plugin/sweeper/harness.jim if {![llength $argv]} { ::sweeper::run } else { foreach dir $argv { ::sweeper::rundir $dir } }