File: console

package info (click to toggle)
vim-addon-manager 0.5.11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 308 kB
  • sloc: ruby: 970; makefile: 15; javascript: 10; sh: 7
file content (5 lines) | stat: -rwxr-xr-x 175 bytes parent folder | download | duplicates (5)
1
2
3
4
5
#!/bin/sh

root=$(dirname $0 | xargs dirname | xargs readlink -f)

irb -I$root/lib -rvim/addon_manager -rvim/addon_manager/registry -r./spec/spec_helper -r'./test/console.rb'