Skip to content

Commit

Permalink
Add build script
Browse files Browse the repository at this point in the history
  • Loading branch information
lbschenkel committed Sep 24, 2018
1 parent 6d12b4d commit 75fe439
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/sh
set -e

VERSION=$(git describe --tags --dirty)
ZIP="Kindle hi-res covers (${VERSION}).zip"

mkdir -p out
zip -9q out/"${ZIP}" *.py *.md
echo Generated ${ZIP}

0 comments on commit 75fe439

Please sign in to comment.