Sha256: 62a048b556c6fb3c908a17c669436f32615cc2bcc23a0efe1d37b5a955b66533
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.3" # コマンドの実行 Tidgrep::CLI.execute(STDOUT, ARGV)
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tidtools-0.0.5 | bin/tidgrep |
tidtools-0.0.4 | bin/tidgrep |
tidtools-0.0.3 | bin/tidgrep |