Added utils/make_tarball.sh script
This commit is contained in:
parent
70e812d888
commit
e8c333857e
7
utils/make_tarball.sh
Executable file
7
utils/make_tarball.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/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
|
||||
Loading…
x
Reference in New Issue
Block a user