Skip to content

Commit

Permalink
added copy script
Browse files Browse the repository at this point in the history
  • Loading branch information
neocoder committed Mar 14, 2013
1 parent 4fd176d commit de615e0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions copy-to-wpnewsman
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/bin/sh

cp -R ./bootstrap/css/* ~/Sites/blog.dev/wp-content/plugins/wpnewsman/css/
cp -R ./bootstrap/img/* ~/Sites/blog.dev/wp-content/plugins/wpnewsman/img/
cp -R ./bootstrap/js/* ~/Sites/blog.dev/wp-content/plugins/wpnewsman/js/

cp -R ./bootstrap/css/* ~/Sites/blog.dev/wp-content/plugins/wpNewsmanManager/css/
cp -R ./bootstrap/img/* ~/Sites/blog.dev/wp-content/plugins/wpNewsmanManager/img/
cp -R ./bootstrap/js/* ~/Sites/blog.dev/wp-content/plugins/wpNewsmanManager/js/


echo "Done."

0 comments on commit de615e0

Please sign in to comment.