#!/bin/bash set -e BASE=vitforlinux BALL=$BASE.tgz rm -fr gitdir $BASE $BALL ocgitfetch --run $BASE --notar \ https://github.com/vitforlinux-gimp/scm.git pushd gitdir mv $BASE-git-* $BASE dirtotgz $BASE mv $BALL .. popd rm -fr gitdir ls -l $BALL