Sha256: c783d70efd6285349be9378fe8b34caa02ed14720b7fd01e92ec8abbd948adc3
Contents?: true
Size: 350 Bytes
Versions: 6
Compression:
Stored size: 350 Bytes
Contents
#!/bin/sh FILE=stringencoders-v3.11.0 rm -rf ${FILE} git clone --depth=1 git@github.com:client9/stringencoders.git ${FILE} (cd ${FILE} && ./bootstrap.sh) find $FILE -name ".git" | xargs rm -rf rm -f ${FILE}/Doxyfile rm -f ${FILE}/makerelease.sh rm -rf ${FILE}/doxy tar -czvf ${FILE}.tar.gz ${FILE} rm -rf ${FILE} echo "DONE" ls -lh ${FILE}.tar.gz
Version data entries
6 entries across 6 versions & 1 rubygems