File: shell.bash

package info (click to toggle)
gem2deb 2.2.6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,228 kB
  • sloc: ruby: 5,562; sh: 140; perl: 46; ansic: 33; makefile: 31
file content (6 lines) | stat: -rw-r--r-- 257 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
#!/bin/sh
gem2deb_root=$(readlink -f $BASH_SOURCE | xargs dirname | xargs dirname)
export PATH="${gem2deb_root}/bin:${PATH}"
export PERL5LIB="${gem2deb_root}/debhelper"
export RUBYLIB="${gem2deb_root}/lib"
PS1="\033[31;40;01m** gem2deb debug **\033[m $PS1"