Skip to content

Instantly share code, notes, and snippets.

@bugsysop
Created May 20, 2013 03:51
Show Gist options
  • Select an option

  • Save bugsysop/5610329 to your computer and use it in GitHub Desktop.

Select an option

Save bugsysop/5610329 to your computer and use it in GitHub Desktop.
Install script for quick static site
#!/bin/bash
#
# Install script for quick static site
# Source : https://github.com/stevedev/html_template
#
curl -L http://github.com/stevedev/html_template/zipball/master > stevedev-html_template.zip
unzip stevedev-html_template.zip
rm -fr stevedev-html_template.zip
mv stevedev-html_template* newsite
rm -fr newsite/scripts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment