Add some scripts

This commit is contained in:
Greg Hendershott 2012-10-24 20:32:27 -04:00
parent 6d06141751
commit e4641a4076
2 changed files with 7 additions and 0 deletions

1
make-doc.sh Normal file
View File

@ -0,0 +1 @@
scribble --html --dest-name index.html main.rkt

6
push.sh Normal file
View File

@ -0,0 +1,6 @@
git checkout master && \
git push origin master && \
git checkout gh-pages && \
git merge master && \
git push origin gh-pages && \
git checkout master