Converted update_pdf to windows bat file
This commit is contained in:
parent
6b7368f91b
commit
6bca6b56ec
12
pdf/update_pdf.bat
Normal file
12
pdf/update_pdf.bat
Normal 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
|
Loading…
Reference in New Issue
Block a user