Sha256: 0ce732859dae9548872007aef9db3775e8f6681f36d039ce975e867ed78322f2

Contents?: true

Size: 200 Bytes

Versions: 93

Compression:

Stored size: 200 Bytes

Contents

acd() {
    local pkg_path
    pkg_path=$(autoproj locate "$@")

    if [ $? != 0 ]; then
      return 1
    else
      pkg_path=$(echo $pkg_path | tail -1)
      cd $pkg_path
      return 0
    fi
}

Version data entries

93 entries across 93 versions & 1 rubygems

Version Path
autoproj-2.17.0 shell/autoproj_sh
autoproj-2.16.0 shell/autoproj_sh
autoproj-2.15.3 shell/autoproj_sh
autoproj-2.15.2 shell/autoproj_sh
autoproj-2.15.1 shell/autoproj_sh
autoproj-2.15.0 shell/autoproj_sh
autoproj-2.14.0 shell/autoproj_sh
autoproj-2.13.0 shell/autoproj_sh
autoproj-2.12.1 shell/autoproj_sh
autoproj-2.12.0 shell/autoproj_sh
autoproj-2.11.0 shell/autoproj_sh
autoproj-2.10.2 shell/autoproj_sh
autoproj-2.10.1 shell/autoproj_sh
autoproj-2.10.0 shell/autoproj_sh
autoproj-2.9.0 shell/autoproj_sh
autoproj-2.8.8 shell/autoproj_sh
autoproj-2.8.7 shell/autoproj_sh
autoproj-2.8.6 shell/autoproj_sh
autoproj-2.8.5 shell/autoproj_sh
autoproj-2.8.5.b1 shell/autoproj_sh