1
0
Fork 0
mirror of https://github.com/rubyjs/therubyracer synced 2023-03-27 23:21:42 -04:00
therubyracer/spike.sh
2009-12-07 09:20:16 +02:00

4 lines
No EOL
78 B
Bash

#!/usr/bin/env bash
make clean all
ruby -e "require 'v8'; V8::N::Context.new"