Sha256: 54e711944535a94eec76bdef11358cb069de420d2696a021496db83584bf27ce
Contents?: true
Size: 198 Bytes
Versions: 40
Compression:
Stored size: 198 Bytes
Contents
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
40 entries across 40 versions & 1 rubygems