about summary refs log tree commit diff stats
path: root/original_jonesforth/test_stack.f.out
Commit message (Expand)AuthorAgeFilesLines
* First commitnratan2019-11-031-0/+11
on' href='/akkartik/mu/blame/update_github_page?h=main&id=dbab9dd01d22372c1737b0e68f240c5f3d9f6ec3'>^
7234483b ^
9c469fea ^



1
2
3
4
5
6
7
8
9
10
11





                                                                    
                  



                     
#!/bin/bash
#
# Github populates http://akkartik.github.io/mu with branch gh-pages
# (More info: https://pages.github.com)
# We keep gh-pages sync'd with master.

git push || exit 1
git checkout gh-pages
git pull . master
git push
git checkout master