Converted update_pdf to windows bat file
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user