summaryrefslogtreecommitdiff
path: root/install_traceur.sh
blob: 88f56a1a8c36f0e88549f51204956868f2f1299b (plain)
1
2
3
4
5
#!/bin/bash 
git clone https://github.com/google/traceur-compiler.git
cd traceur-compiler;
npm install;
make;