Skip to content

Instantly share code, notes, and snippets.

@napcs
Created September 3, 2009 01:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save napcs/180065 to your computer and use it in GitHub Desktop.
Save napcs/180065 to your computer and use it in GitHub Desktop.
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