Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

vistahigherlearning / logstash   deb

Repository URL to install this package:

/ opt / logstash / vendor / bundle / jruby / 1.9 / gems / faraday-0.9.0 / script / console

#!/usr/bin/env bash
# Usage: script/console
# Starts an IRB console with this library loaded.

gemspec="$(ls *.gemspec | head -1)"

exec bundle exec irb -r "${gemspec%.*}"