Sha256: d222eb7188d3ba29a2d6c2c9e0d489ebbd7ad1ed0c12e180545ccd3fbbe865d6
Contents?: true
Size: 328 Bytes
Versions: 5
Compression:
Stored size: 328 Bytes
Contents
#!/usr/bin/env ruby # -*- coding: utf-8 -*- # # Created on 2010-4-27. # Copyright (c) 2010. All rights reserved. require 'rubygems' require File.expand_path(File.dirname(__FILE__) + "/../lib/tidtools") require "twgrep/cli" # バージョン番号 Version = "0.0.1" # コマンドの実行 Twgrep::CLI.execute(STDOUT, ARGV)
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
tidtools-0.0.8 | bin/twgrep |
tidtools-0.0.7 | bin/twgrep |
tidtools-0.0.6 | bin/twgrep |
tidtools-0.0.5 | bin/twgrep |
tidtools-0.0.4 | bin/twgrep |