Sha256: 38a712184f73d2bbf6bb82460bb86060a310c77849830dc0fb46e702f7f4f835

Contents?: true

Size: 958 Bytes

Versions: 3

Compression:

Stored size: 958 Bytes

Contents

#!/usr/bin/env ruby
#
#    Copyright (C) 2011  Miho SUZUKI
#
#    This program is free software: you can redistribute it and/or modify
#    it under the terms of the GNU General Public License as published by
#    the Free Software Foundation, either version 3 of the License, or
#    (at your option) any later version.
#
#    This program is distributed in the hope that it will be useful,
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#    GNU General Public License for more details.
#
#    You should have received a copy of the GNU General Public License
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.

lib = File.expand_path(File.dirname(__FILE__) + '/../lib')
$LOAD_PATH.unshift(lib) if File.directory?(lib) && !$LOAD_PATH.include?(lib)
LOGALING_HOME = File.expand_path("~/.logaling.d")

require "logaling"

Logaling::Command.start

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
logaling-command-0.1.2 bin/loga
logaling-command-0.1.1 bin/loga
logaling-command-0.1.0 bin/loga