Subversion Repositories HomeAutomation

Rev

Blame | Last modification | View Log | SVN | RSS feed

  1. #!/bin/bash
  2.  
  3. svn checkout http://v8.googlecode.com/svn/trunk/ v8
  4. cd v8
  5. scons mode=release snapshot=on
  6. cd ..
  7.