Sha256: 29b5eb4bb93aea6b52028cf5d084d8b6d2c9ca2f81f02cb8484ae9d5d601405b

Contents?: true

Size: 157 Bytes

Versions: 12

Compression:

Stored size: 157 Bytes

Contents

function acd {
    local pkg_path
    pkg_path=$(autolocate $1)

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

Version data entries

12 entries across 6 versions & 1 rubygems

Version Path
autoproj-1.7.12.rc1 shell/autoproj_bash
autoproj-1.7.12.rc1 shell/autoproj_zsh
autoproj-1.7.11 shell/autoproj_bash
autoproj-1.7.11 shell/autoproj_zsh
autoproj-1.7.11.rc1 shell/autoproj_bash
autoproj-1.7.11.rc1 shell/autoproj_zsh
autoproj-1.7.10 shell/autoproj_bash
autoproj-1.7.10 shell/autoproj_zsh
autoproj-1.7.9 shell/autoproj_bash
autoproj-1.7.9 shell/autoproj_zsh
autoproj-1.7.8 shell/autoproj_bash
autoproj-1.7.8 shell/autoproj_zsh