Sha256: c482744c90c0f0372fc87239a50fd7d22ecf036c7f95aa47de29c530f65c07ed
Contents?: true
Size: 158 Bytes
Versions: 28
Compression:
Stored size: 158 Bytes
Contents
#!/bin/sh FILE=`date "+%Y%m%d"` BRANCH=master git archive --format zip --output $FILE.zip $BRANCH git archive --format tar.gz --output $FILE.tar.gz $BRANCH
Version data entries
28 entries across 28 versions & 4 rubygems