Kalman-and-Bayesian-Filters.../pdf/update_pdf.sh

11 lines
265 B
Bash
Raw Normal View History

2015-01-13 04:06:13 +01:00
#! /bin/bash
2015-01-28 00:46:00 +01:00
cd ..
2015-01-13 04:06:13 +01:00
git checkout gh-pages
git checkout master Kalman_and_Bayesian_Filters_in_Python.pdf
2015-02-14 05:58:32 +01:00
git checkout master README.md
2015-01-13 04:06:13 +01:00
git add Kalman_and_Bayesian_Filters_in_Python.pdf
git add README.md
2015-01-13 04:06:13 +01:00
git commit -m 'updating PDF'
git push
2015-01-28 00:46:00 +01:00
git checkout master
cd pdf