Skip to content

Instantly share code, notes, and snippets.

@mando
Created November 9, 2009 17:38
Show Gist options
  • Save mando/230121 to your computer and use it in GitHub Desktop.
Save mando/230121 to your computer and use it in GitHub Desktop.
Script to open Rails projects in mvim
#!/bin/bash
find app public config test lib db -name *.erb -o -name *.builder -o -name *.erb -o -name *.rb -o -name *.css -o -name *.js -o -name *.yml -o -name \*.rake | xargs mvim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment