Skip to content

Instantly share code, notes, and snippets.

@asifiqbal
Created November 3, 2015 18:35
Show Gist options
  • Save asifiqbal/31f23e4643bc8686a138 to your computer and use it in GitHub Desktop.
Save asifiqbal/31f23e4643bc8686a138 to your computer and use it in GitHub Desktop.
#!/usr/bin/ruby1.9.1
#
# This file was generated by RubyGems.
#
# The application 'rvc' is installed as part of a gem, and
# this file is here to facilitate running it.
#
require 'rubygems'
version = ">= 0"
if ARGV.first =~ /^_(.*)_$/ and Gem::Version.correct? $1 then
version = $1
ARGV.shift
end
gem 'rvc', version
load Gem.bin_path('rvc', 'rvc', version)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment