Sha256: 9538a1d4b2d7fd57818209b35afbd0410bb3671a29f46ea12e48c91ffd44690b

Contents?: true

Size: 162 Bytes

Versions: 6

Compression:

Stored size: 162 Bytes

Contents

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

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

Version data entries

6 entries across 3 versions & 1 rubygems

Version Path
autoproj-1.7.13 shell/autoproj_bash
autoproj-1.7.13 shell/autoproj_zsh
autoproj-1.7.12 shell/autoproj_bash
autoproj-1.7.12 shell/autoproj_zsh
autoproj-1.7.12.rc2 shell/autoproj_bash
autoproj-1.7.12.rc2 shell/autoproj_zsh