Sha256: ae1ac72d2deba0675f6ee04603de292416c1c04509aa52c1ac92b70f548c25a4

Contents?: true

Size: 172 Bytes

Versions: 14

Compression:

Stored size: 172 Bytes

Contents

function acd {
    local pkg_path
    pkg_path=$(autoproj locate $1 | tail -1)

    if [ $? != 0 ]; then
      return 1
    else
      cd $pkg_path
      return 0
    fi
}

Version data entries

14 entries across 7 versions & 1 rubygems

Version Path
autoproj-1.7.15.rc1 shell/autoproj_zsh
autoproj-1.7.15.rc1 shell/autoproj_bash
autoproj-1.7.14 shell/autoproj_bash
autoproj-1.7.14 shell/autoproj_zsh
autoproj-1.7.14.rc6 shell/autoproj_bash
autoproj-1.7.14.rc6 shell/autoproj_zsh
autoproj-1.7.14.rc5 shell/autoproj_bash
autoproj-1.7.14.rc5 shell/autoproj_zsh
autoproj-1.7.14.rc4 shell/autoproj_bash
autoproj-1.7.14.rc4 shell/autoproj_zsh
autoproj-1.7.14.rc2 shell/autoproj_bash
autoproj-1.7.14.rc2 shell/autoproj_zsh
autoproj-1.7.14.rc1 shell/autoproj_zsh
autoproj-1.7.14.rc1 shell/autoproj_bash