Sha256: c5d34dd1cea395d1d64d49ebb55465f12f69865776222b4bfe264e7ca9f1c4b4
Contents?: true
Size: 877 Bytes
Versions: 14
Compression:
Stored size: 877 Bytes
Contents
#!/usr/bin/env ruby # -*- ruby -*- # # Copyright (C) 2004-2013 Kouhei Sutou <kou@cozmixng.org> # # 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 2 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, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. require "rabbit/command/rabbit" exit(Rabbit::Command::Rabbit.run(*ARGV))
Version data entries
14 entries across 14 versions & 1 rubygems