♻️ (utils) Remove unused make_tarball.sh

This commit is contained in:
Lucas Bickel 2018-11-04 14:42:37 +01:00
parent e97a7f04ef
commit beabcba99b
1 changed files with 0 additions and 7 deletions

View File

@ -1,7 +0,0 @@
#!/bin/bash
if [ -z "${1}" ]; then
echo "Usage: make_tarball.sh git_tag"
exit
fi
GIT_TAG=${1}
git archive ${GIT_TAG} --prefix ${GIT_TAG}/ -o "${GIT_TAG}".tar.gz