Skip to content

Instantly share code, notes, and snippets.

@joefiorini
Created June 2, 2009 15:16
Show Gist options
  • Save joefiorini/122287 to your computer and use it in GitHub Desktop.
Save joefiorini/122287 to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
w3_dir = ARGV[0]
`cd #{ARGV[0]}`
`ctags --recurse=yes -f TAGS --totals=yes --exclude='*.html' --exclude='*.js' .`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment