Skip to content

Commit

Permalink
push script for my server - might not work for others
Browse files Browse the repository at this point in the history
  • Loading branch information
stevesoudersorg committed Feb 27, 2013
1 parent 0a2fab4 commit 57aff9f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
push :
mkdir -p ~/spriteme.org
cp -p .htaccess autospriteme.user.js demo.php faq.php index.php results.php spriteme.js utils.php ~/spriteme.org/.
mkdir -p ~/spriteme.org/images
cp -p images/*.gif images/*.png images/*.ico ~/spriteme.org/images/.
cp -p images/favicon.ico ~/spriteme.org/.
mkdir -p ~/spriteme.org/private
cp -p private/db.php ~/spriteme.org/private/.

0 comments on commit 57aff9f

Please sign in to comment.