Created
September 3, 2009 01:06
-
-
Save napcs/180065 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
site = ARGV[0] | |
raise "Fail." if site.nil? || site == "" | |
`staticmatic setup #{site}` | |
Dir.chdir(site) | |
`wget http://960.gs/files/960_download.zip` | |
`unzip 960_download.zip` | |
`rm 960_download.zip` | |
`mv 960_download/code/css/*.css site/stylesheets` | |
`rm -rf 960_download` | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment