Sha256: f3f66686c3d1e74538accf7b0394d1e737d90e048835cb9735f6256be18b560d
Contents?: true
Size: 205 Bytes
Versions: 474
Compression:
Stored size: 205 Bytes
Contents
function 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
474 entries across 237 versions & 1 rubygems