Docs for the linguist script

This commit is contained in:
Ted Nyman
2013-07-20 23:59:23 -07:00
parent 1d8da964e2
commit 750804876e

View File

@@ -1,5 +1,10 @@
#!/usr/bin/env ruby
# linguist — detect language type for a file, or, given a directory
# determine language breakdown
#
# usage: linguist <path>
require 'linguist/file_blob'
require 'linguist/repository'