Skip to content

Instantly share code, notes, and snippets.

@kirel
Created December 8, 2009 09:29
Show Gist options
  • Select an option

  • Save kirel/251542 to your computer and use it in GitHub Desktop.

Select an option

Save kirel/251542 to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby -w
ENV['CLASSPATH'] = (['./src']+ Dir["./lib/*.jar"] + [ENV['CLASSPATH']]).join(':')
exec 'sh ~/code/vimclojure/bin/ng-server'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment