def run_it
  system('sh run.sh')
end

run_it

watch( 'src/koans/.*\.clj' ) { run_it }