palate 0.3.9

File type detection combining tft and hyperpolyglot
Documentation
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env jruby
lib_directory = File.expand_path('../../lib', __FILE__)
$LOAD_PATH << lib_directory

if File.exist?("Gemfile")
  require "bundler/setup"
  Bundler.require
end

require 'shoes/ui/cli'
Shoes::CLI.new("swt").run ARGV