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