Skip to content

Commit 4ec5999

Browse files
committed
auto_push
1 parent bbe3ca9 commit 4ec5999

30 files changed

+3
-1
lines changed

auto_push

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env bash
2+
python copy_all_pdf_from_docs.py
23
git add .
34
git commit -m "auto_push"
45
git push
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

blog/pdf/adjunction.pdf

0 Bytes
Binary file not shown.

blog/pdf/approximation-pattern.pdf

0 Bytes
Binary file not shown.

blog/pdf/calculus.pdf

0 Bytes
Binary file not shown.

blog/pdf/complex.pdf

0 Bytes
Binary file not shown.

blog/pdf/complex_analysis_ahlfors.pdf

0 Bytes
Binary file not shown.

blog/pdf/conflict-based-search.pdf

0 Bytes
Binary file not shown.

blog/pdf/cycle.pdf

0 Bytes
Binary file not shown.
Binary file not shown.

blog/pdf/diffusion-convection.pdf

0 Bytes
Binary file not shown.

blog/pdf/dummit_foote_algebra.pdf

0 Bytes
Binary file not shown.

blog/pdf/filter.pdf

0 Bytes
Binary file not shown.

blog/pdf/finite_union_compactness.pdf

0 Bytes
Binary file not shown.

blog/pdf/fyp.pdf

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

blog/pdf/kunneth_theorem.pdf

0 Bytes
Binary file not shown.

blog/pdf/paxos-algorithm.pdf

0 Bytes
Binary file not shown.

blog/pdf/pca.pdf

0 Bytes
Binary file not shown.

blog/pdf/pi.pdf

0 Bytes
Binary file not shown.

blog/pdf/real_analysis.pdf

0 Bytes
Binary file not shown.

blog/pdf/set.pdf

0 Bytes
Binary file not shown.

blog/pdf/set_function.pdf

0 Bytes
Binary file not shown.

blog/pdf/sheaf_iso.pdf

0 Bytes
Binary file not shown.

blog/pdf/single_solution.pdf

0 Bytes
Binary file not shown.

blog/pdf/spectral.pdf

0 Bytes
Binary file not shown.

blog/pdf/ssc_td.pdf

0 Bytes
Binary file not shown.

blog/pdf/zorn_lemma.pdf

0 Bytes
Binary file not shown.

copy_all_pdf_from_docs.py

100644100755
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env python
12
import os
23
import shutil
34

@@ -15,4 +16,4 @@
1516
dst_pdf_path = f"{dst_dir}/{name}.pdf"
1617
shutil.copyfile(pdf_path, dst_pdf_path)
1718

18-
19+

0 commit comments

Comments
 (0)