Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 #!/bin/bash | |
| 2 | |
| 3 BUILDID=4915 | |
| 4 | |
| 5 wget -O - https://storage.googleapis.com/wasm-llvm/builds/git/wasm-torture-s-$BU ILDID.tbz2 \ | |
| 6 | tar xj | |
| 7 | |
| 8 wget -O - https://storage.googleapis.com/wasm-llvm/builds/git/wasm-torture-s2was m-sexpr-wasm-$BUILDID.tbz2\ | |
|
Jim Stichnoth
2016/04/15 19:47:25
I would put a space before the trailing backslash,
Eric Holk
2016/04/15 20:05:16
Done.
| |
| 9 | tar xj | |
| 10 | |
| 11 wget -O - \ | |
| 12 https://storage.googleapis.com/wasm-llvm/builds/git/wasm-binaries-$BUILDID.tbz2\ | |
| 13 | tar xj | |
| OLD | NEW |