Sha256: 0ce732859dae9548872007aef9db3775e8f6681f36d039ce975e867ed78322f2
Contents?: true
Size: 200 Bytes
Versions: 93
Compression:
Stored size: 200 Bytes
Contents
acd() { local pkg_path pkg_path=$(autoproj locate "$@") if [ $? != 0 ]; then return 1 else pkg_path=$(echo $pkg_path | tail -1) cd $pkg_path return 0 fi }
Version data entries
93 entries across 93 versions & 1 rubygems