File: vim-addons

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 (8 lines) | stat: -rwxr-xr-x 258 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
#!/bin/sh

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

export RUBYLIB="$root/lib"

exec "$root/bin/$basename" --source-dir "$root/spec/data/scripts"  --registry-dir "$root/spec/data/registry" --target-dir "$root/tmp" "$@"