#!/usr/bin/env ruby # -*- coding: utf-8 -*- # # Created on 2010-4-23. # Copyright (c) 2010. All rights reserved. require 'rubygems' require File.expand_path(File.dirname(__FILE__) + "/../lib/tidtools") require "tidgrep/cli" # バージョン番号 Version = "0.1.0" # コマンドの実行 Tidgrep::CLI.execute(STDOUT, ARGV)