Copy Bumper PDFs to website.

This commit is contained in:
Jim Hague 2016-11-05 15:06:01 +00:00
parent dccbc2aab6
commit 93040a50e2
1 changed files with 1 additions and 0 deletions

View File

@ -57,4 +57,5 @@ do
done done
if [ $# -gt 1 ]; then if [ $# -gt 1 ]; then
makeBumperBooke "$@" makeBumperBooke "$@"
cp Bumper*.pdf ./web
fi fi