Sha256: b11c0a396b47bdd310b7b9a554e759cf2b2f3fe86829ad1227881f0386e65f75
Contents?: true
Size: 330 Bytes
Versions: 3
Compression:
Stored size: 330 Bytes
Contents
#!/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.0.4" # コマンドの実行 Tidgrep::CLI.execute(STDOUT, ARGV)
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tidtools-0.0.8 | bin/tidgrep |
tidtools-0.0.7 | bin/tidgrep |
tidtools-0.0.6 | bin/tidgrep |