root/lang/ruby/reposh/trunk/bin/reposh @ 14455

Revision 14455, 159 bytes (checked in by yhara, 5 years ago)

fix: reposh command didn't work when installed with rubygems :(

  • Property svn:executable set to *
Line 
1#!/usr/bin/env ruby
2# reposh.rb - Reposh - Simple VCS Manager Shell
3
4$LOAD_PATH << File.join(File.dirname(__FILE__), '../lib')
5require 'reposh'
6Reposh.new.run
Note: See TracBrowser for help on using the browser.