Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
rlabbe
GitHub Repository: rlabbe/Kalman-and-Bayesian-Filters-in-Python
Path: blob/master/pdf/update_pdf.sh
687 views
1
#! /bin/bash
2
cd ..
3
git checkout gh-pages
4
git pull
5
git checkout master Kalman_and_Bayesian_Filters_in_Python.pdf
6
git checkout master README.md
7
git add Kalman_and_Bayesian_Filters_in_Python.pdf
8
git add README.md
9
git commit -m 'updating PDF'
10
git push
11
git checkout master
12
cd pdf
13