1 2 3 4 5
#!/bin/bash git clone https://github.com/google/traceur-compiler.git cd traceur-compiler; npm install; make;