Sha256: 93f61f1186cea6f1f725296ea7ed7bdb8786c42bcef59948359d5ec537a059ff

Contents?: true

Size: 158 Bytes

Versions: 14

Compression:

Stored size: 158 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

14 entries across 7 versions & 1 rubygems

Version Path
autoproj-1.7.4 shell/autoproj_zsh
autoproj-1.7.4 shell/autoproj_bash
autoproj-1.7.3 shell/autoproj_bash
autoproj-1.7.3 shell/autoproj_zsh
autoproj-1.7.3.b1 shell/autoproj_zsh
autoproj-1.7.3.b1 shell/autoproj_bash
autoproj-1.7.2 shell/autoproj_zsh
autoproj-1.7.2 shell/autoproj_bash
autoproj-1.7.1 shell/autoproj_zsh
autoproj-1.7.1 shell/autoproj_bash
autoproj-1.7.0 shell/autoproj_bash
autoproj-1.7.0 shell/autoproj_zsh
autoproj-1.7.0.rc2 shell/autoproj_zsh
autoproj-1.7.0.rc2 shell/autoproj_bash