Sha256: 09e37badf2fa487224ac1d74db35e54adb784bf3b1504c7c8fba91944f5ccbb9
Contents?: true
Size: 491 Bytes
Versions: 7
Compression:
Stored size: 491 Bytes
Contents
#!/usr/bin/env ruby -w # encoding: UTF-8 # # = tj3client.rb -- The TaskJuggler III Project Management Software # # Copyright (c) 2006, 2007, 2008, 2009, 2010, 2011 # by Chris Schlaeger <chris@linux.com> # # This program is free software; you can redistribute it and/or modify # it under the terms of version 2 of the GNU General Public License as # published by the Free Software Foundation. # require 'taskjuggler/apps/Tj3Client' exit TaskJuggler::Tj3Client.new.main(ARGV)
Version data entries
7 entries across 7 versions & 1 rubygems