Skip to content

Commit

Permalink
helper script
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Arel-Bundock committed Jul 17, 2012
1 parent ed11dd5 commit da0d8fe
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions helper_publish.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/bin/sh
git checkout gh-pages
git cp index.html index.html.bak
git rm *csv
git rm *html
git merge master
git mv doc/* ./
git mv csv/* ./
mv index.html.bak index.html
git add index.html


0 comments on commit da0d8fe

Please sign in to comment.