faithfulgeek (owner)

Revisions

gist: 122287 Download_button fork
public
Public Clone URL: git://gist.github.com/122287.git
Embed All Files: show embed
Text #
1
2
3
4
5
6
#!/usr/bin/env ruby
 
w3_dir = ARGV[0]
`cd #{ARGV[0]}`
`ctags --recurse=yes -f TAGS --totals=yes --exclude='*.html' --exclude='*.js' .`