Sha256: 5001e00f492c9c830f3b1a8358aeb882e5db1924b433b466ba0d71933a5c22c2

Contents?: true

Size: 283 Bytes

Versions: 3

Compression:

Stored size: 283 Bytes

Contents

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

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

function amake {
    if test -z "$@"; then
        autoproj fast-build .
    else
        autoproj fast-build "$@"
    fi
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
autoproj-1.7.7 shell/autoproj_zsh
autoproj-1.7.6 shell/autoproj_zsh
autoproj-1.7.5 shell/autoproj_zsh