Sha256: be5f33dea1ad6c6d5564716e37e28f1fb9ec7124a67498e243f9721d7b3a0578
Contents?: true
Size: 1.08 KB
Versions: 5
Compression:
Stored size: 1.08 KB
Contents
#!/usr/bin/env ruby #-- # Copyright (C) 2009 Brown Beagle Software # Copyright (C) 2009 Darcy Laycock <sutto@sutto.net> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero 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 Affero General Public License for more details. # # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. #++ base = __FILE__ # Get out of symlink-hell and then require the gitauth file. base = File.readlink(base) while File.symlink?(base) require File.expand_path(File.join(File.dirname(base), "..", "lib", "gitauth")) # Start the cli client. GitAuth::Client.start!(ARGV[0], ENV["SSH_ORIGINAL_COMMAND"])
Version data entries
5 entries across 5 versions & 2 rubygems
Version | Path |
---|---|
gitauth-0.1.0 | bin/gitauth-shell |
mbbx6spp-gitauth-0.0.5.2 | bin/gitauth-shell |
gitauth-0.0.5.2 | bin/gitauth-shell |
gitauth-0.0.5.1 | bin/gitauth-shell |
gitauth-0.0.5.0 | bin/gitauth-shell |