twitter-status-bot/.gems/gems/faraday-0.9.0/script/console

8 lines
172 B
Plaintext
Raw Normal View History

2014-09-03 08:49:59 +00:00
#!/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%.*}"