File: console

package info (click to toggle)
ruby-mysql2 0.5.5-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,096 kB
  • sloc: ansic: 3,459; ruby: 3,334; sh: 226; makefile: 3
file content (7 lines) | stat: -rwxr-xr-x 115 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
#!/bin/sh
# Run a Ruby REPL.

set -e

cd $(dirname "$0")/..
exec ruby -S bin/pry -Ilib -r mysql2 -r mysql2/console