Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
coolwanglu committed May 11, 2015
1 parent a1d3be0 commit cb18a75
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions upload.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/bin/bash
set -e

git checkout master
mkdir /tmp/browserhack || true
cp web/* /tmp/browserhack
git checkout gh-pages
mv /tmp/browserhack/* .
rm nethackrc.default
git commit -am "upload script"
git push
git checkout master

0 comments on commit cb18a75

Please sign in to comment.