Clear out tmp dir before rebuilding nostarch files

This commit is contained in:
Carol (Nichols || Goulding) 2016-09-27 13:49:09 -04:00
parent 4a2bc805b9
commit cba082b70d

View File

@ -3,6 +3,7 @@
set -eu
mkdir -p tmp
rm -rf tmp/*.md
# Get all the markdown files in the src dir,
ls src/*.md | \