#!/bin/bash

BASE="animals-${1#version_}";

git archive --prefix="$BASE"/ -o "$BASE".tar.gz "$1";

#ll
