File sugar-help-checkout.sh of Package sugar-help
#!/bin/bash # This script bsed on a template from the Fedora Project wiki # https://fedoraproject.org/wiki/Packaging/SugarActivityGuidelines # # sugar-help-checkout.sh VERSION=8 NAME=Help rm -rf $NAME-$VERSION git clone http://git.sugarlabs.org/git/help/mainline.git $NAME-$VERSION tar -cjvf $NAME-$VERSION.tar.bz2 $NAME-$VERSION --exclude=.git rm -rf $NAME-$VERSION