Converted update_pdf to windows bat file

This commit is contained in:
Roger Labbe 2015-04-05 12:29:23 -07:00
parent 6b7368f91b
commit 6bca6b56ec

12
pdf/update_pdf.bat Normal file
View File

@ -0,0 +1,12 @@
#! /bin/bash
cd ..
git checkout gh-pages
git pull
git checkout master Kalman_and_Bayesian_Filters_in_Python.pdf
git checkout master README.md
git add Kalman_and_Bayesian_Filters_in_Python.pdf
git add README.md
git commit -m 'updating PDF'
git push
git checkout master
cd pdf