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