Skip to content

Instantly share code, notes, and snippets.

View thedersen's full-sized avatar

Thomas Pedersen thedersen

  • Ålesund, Norway
View GitHub Profile
# Remove stuff we don't want
run "rm public/index.html"
run "rm public/images/rails.png"
# Add jQuery
run "curl http://code.jquery.com/jquery-1.4.2.min.js > public/javascripts/jquery-1.4.2.min.js"
run "curl http://github.com/rails/jquery-ujs/raw/master/src/rails.js > public/javascripts/rails.js"
# Create a readme file
run "echo TODO: Explain yourself! > README.md"