Glen Whitney
6811af5970
Resolves #1. Resolves #5. Co-authored-by: Glen Whitney <glen@studioinfinity.org> Reviewed-on: #6 Co-Authored-By: Glen Whitney <glen@nobody@nowhere.net> Co-Committed-By: Glen Whitney <glen@nobody@nowhere.net>
6 lines
218 B
Bash
6 lines
218 B
Bash
verline=$(grep Version tablepress-pods.php)
|
|
cvline=${verline//[$'\t\r\n']}
|
|
destfile="tablepress-pods-${cvline#V*: }.zip"
|
|
echo "Writing $destfile..."
|
|
git archive HEAD --prefix=tablepress-pods/ --format=zip -o $destfile
|