Skip to content

Instantly share code, notes, and snippets.

@marioaquino
Created October 2, 2010 21:02
Show Gist options
  • Save marioaquino/607994 to your computer and use it in GitHub Desktop.
Save marioaquino/607994 to your computer and use it in GitHub Desktop.
def run_it
system('sh run.sh')
end
run_it
watch( 'src/koans/.*\.clj' ) { run_it }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment