Sha256: f3f66686c3d1e74538accf7b0394d1e737d90e048835cb9735f6256be18b560d

Contents?: true

Size: 205 Bytes

Versions: 474

Compression:

Stored size: 205 Bytes

Contents

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

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

Version data entries

474 entries across 237 versions & 1 rubygems

Version Path
autoproj-2.0.0.rc35 shell/autoproj_zsh
autoproj-2.0.0.rc35 shell/autoproj_bash
autoproj-2.0.0.rc34 shell/autoproj_bash
autoproj-2.0.0.rc34 shell/autoproj_zsh
autoproj-2.0.0.rc33 shell/autoproj_bash
autoproj-2.0.0.rc33 shell/autoproj_zsh
autoproj-2.0.0.rc32 shell/autoproj_bash
autoproj-2.0.0.rc32 shell/autoproj_zsh
autoproj-2.0.0.rc31 shell/autoproj_bash
autoproj-2.0.0.rc31 shell/autoproj_zsh
autoproj-2.0.0.rc30 shell/autoproj_zsh
autoproj-2.0.0.rc30 shell/autoproj_bash
autoproj-2.0.0.rc29 shell/autoproj_bash
autoproj-2.0.0.rc29 shell/autoproj_zsh
autoproj-2.0.0.rc28 shell/autoproj_zsh
autoproj-2.0.0.rc28 shell/autoproj_bash
autoproj-2.0.0.rc27 shell/autoproj_bash
autoproj-2.0.0.rc27 shell/autoproj_zsh
autoproj-2.0.0.rc26 shell/autoproj_zsh
autoproj-2.0.0.rc26 shell/autoproj_bash