File: ti

package info (click to toggle)
ticgit 1.0.2.18-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 488 kB
  • sloc: ruby: 2,848; sh: 124; makefile: 16
file content (12 lines) | stat: -rwxr-xr-x 407 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env ruby
require 'fileutils'

# Add the library from the source tree to the front of the load path.
# This allows ti to run without first installing a ticgit gem, which is
# important when testing multiple branches of development.
if File.exist? File.join('lib', 'ticgit-ng.rb')
    $LOAD_PATH.unshift File.join(File.dirname(__FILE__), '..', 'lib')
end
require 'ticgit-ng'

TicGitNG::CLI.execute