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.7.1 shell/autoproj_zsh
autoproj-2.7.1 shell/autoproj_bash
autoproj-2.7.0 shell/autoproj_bash
autoproj-2.7.0 shell/autoproj_zsh
autoproj-2.6.1 shell/autoproj_zsh
autoproj-2.6.1 shell/autoproj_bash
autoproj-2.6.0 shell/autoproj_zsh
autoproj-2.6.0 shell/autoproj_bash
autoproj-2.5.1 shell/autoproj_zsh
autoproj-2.5.1 shell/autoproj_bash
autoproj-2.5.0 shell/autoproj_bash
autoproj-2.5.0 shell/autoproj_zsh
autoproj-2.5.0.pre1 shell/autoproj_bash
autoproj-2.5.0.pre1 shell/autoproj_zsh
autoproj-2.4.0 shell/autoproj_bash
autoproj-2.4.0 shell/autoproj_zsh
autoproj-2.3.1 shell/autoproj_bash
autoproj-2.3.1 shell/autoproj_zsh
autoproj-2.3.0 shell/autoproj_bash
autoproj-2.3.0 shell/autoproj_zsh